Files
dolphin/Source/Core/InputCommon/ControllerInterface/OSX/OSX.h
T

21 lines
350 B
C++
Raw Normal View History

// Copyright 2010 Dolphin Emulator Project
2015-05-18 01:08:10 +02:00
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
2014-02-17 05:18:15 -05:00
#include "InputCommon/ControllerInterface/Device.h"
namespace ciface
{
namespace OSX
{
2013-06-16 20:07:10 -04:00
void Init(std::vector<Core::Device*>& devices, void *window);
void DeInit();
void DeviceElementDebugPrint(const void *, void *);
}
}