summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/OSX/OSX.h
blob: 5cb4a87fd8ca4d09d51bd57fac5bcf1f8bba6ea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include "InputCommon/ControllerInterface/Device.h"

namespace ciface
{
namespace OSX
{

void Init(std::vector<Core::Device*>& devices, void *window);
void DeInit();

void DeviceElementDebugPrint(const void *, void *);

}
}