dolphin/Source/Core/InputCommon/Src/InputCommon.h
2009-01-05 13:39:54 +00:00

9 lines
130 B
C++

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