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