dolphin/Source/Core/InputCommon/Src/InputCommon.h
nakeee 7d08aed4c1 Some small fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1781 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-01-05 00:10:19 +00:00

10 lines
128 B
C++

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