00001 #include "BreakoutEvents.h" 00002 00003 const HashString BreakoutStartGameEvent::cEventName = HashString(std::string("BreakoutStartGameEvent")); 00004 const HashString BreakoutPauseGameEvent::cEventName = HashString(std::string("BreakoutPauseGameEvent")); 00005 const HashString BreakoutUnpauseGameEvent::cEventName = HashString(std::string("BreakoutUnpauseGameEvent")); 00006 const HashString BreakoutGameOverEvent::cEventName = HashString(std::string("BreakoutGameOverEvent"));
1.5.9