summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/InputCommon.h
blob: d29ed674c67cbfcd1d7cab230f4d07c03021b18c (plain)
1
2
3
4
5
6
7
8
9
#include "EventHandler.h"

//extern EventHandler *eventHandler;

namespace InputCommon
{
    void Init(); 
    void Shutdown();
}