summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Android/Android.h
blob: 8b8478d7acd2a02bbe84dd1f2cc5816b8dc65d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2021 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

namespace ciface::Android
{
void Init();
void Shutdown();

void PopulateDevices();

}  // namespace ciface::Android