2015-05-24 04:55:12 +00:00
|
|
|
// Copyright 2010 Dolphin Emulator Project
|
2015-05-17 23:08:10 +00:00
|
|
|
// Licensed under GPLv2+
|
2014-02-10 18:54:46 +00:00
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
2010-04-25 18:04:55 +00:00
|
|
|
#pragma once
|
2010-04-13 05:15:38 +00:00
|
|
|
|
|
|
|
namespace ciface
|
|
|
|
{
|
2010-04-25 18:04:55 +00:00
|
|
|
namespace OSX
|
|
|
|
{
|
2016-06-12 15:08:04 +00:00
|
|
|
void Init(void* window);
|
2016-10-16 20:39:05 +00:00
|
|
|
void PopulateDevices(void* window);
|
2010-04-25 18:04:55 +00:00
|
|
|
void DeInit();
|
|
|
|
|
2016-06-24 08:43:46 +00:00
|
|
|
void DeviceElementDebugPrint(const void*, void*);
|
2010-04-25 18:04:55 +00:00
|
|
|
}
|
|
|
|
}
|