forked from dolphin-emu/dolphin
Remove unnecessary Src/ folders
This commit is contained in:
16
Source/Core/InputCommon/ControllerInterface/OSX/OSX.h
Normal file
16
Source/Core/InputCommon/ControllerInterface/OSX/OSX.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "../Device.h"
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace OSX
|
||||
{
|
||||
|
||||
void Init(std::vector<Core::Device*>& devices, void *window);
|
||||
void DeInit();
|
||||
|
||||
void DeviceElementDebugPrint(const void *, void *);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user