mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
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