dolphin/Source/Core/InputCommon/Src/InputCommon.h

10 lines
130 B
C++

#include "EventHandler.h"
//extern EventHandler *eventHandler;
namespace InputCommon
{
void Init();
void Shutdown();
}