2015-05-24 06:55:12 +02:00
|
|
|
// Copyright 2010 Dolphin Emulator Project
|
2015-05-18 01:08:10 +02:00
|
|
|
// Licensed under GPLv2+
|
2014-02-10 13:54:46 -05: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 17:08:04 +02:00
|
|
|
void Init(void* window);
|
2016-10-16 13:39:05 -07:00
|
|
|
void PopulateDevices(void* window);
|
2010-04-25 18:04:55 +00:00
|
|
|
void DeInit();
|
|
|
|
|
2016-06-24 10:43:46 +02:00
|
|
|
void DeviceElementDebugPrint(const void*, void*);
|
2010-04-25 18:04:55 +00:00
|
|
|
}
|
|
|
|
}
|