#include <BreakoutEvents.h>

Public Member Functions | |
| BreakoutStartGameEvent () | |
| ~BreakoutStartGameEvent () | |
| virtual HashString | GetEventType () |
Static Public Attributes | |
| static const HashString | cEventName = HashString(std::string("BreakoutStartGameEvent")) |
Protected Attributes | |
| HashString | m_eventName |
Definition at line 6 of file BreakoutEvents.h.
| BreakoutStartGameEvent::BreakoutStartGameEvent | ( | ) | [inline] |
Definition at line 9 of file BreakoutEvents.h.
| BreakoutStartGameEvent::~BreakoutStartGameEvent | ( | ) | [inline] |
Definition at line 10 of file BreakoutEvents.h.
| virtual HashString BreakoutStartGameEvent::GetEventType | ( | ) | [inline, virtual] |
const HashString BreakoutStartGameEvent::cEventName = HashString(std::string("BreakoutStartGameEvent")) [static] |
Definition at line 14 of file BreakoutEvents.h.
HashString BreakoutStartGameEvent::m_eventName [protected] |
Definition at line 17 of file BreakoutEvents.h.
1.5.9