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

10 lines
130 B
C++
Raw Normal View History

2009-01-04 20:05:34 +00:00
#include "EventHandler.h"
//extern EventHandler *eventHandler;
2009-01-04 20:05:34 +00:00
namespace InputCommon
{
2009-01-05 00:10:19 +00:00
void Init();
void Shutdown();
2009-01-04 20:05:34 +00:00
}