#include <BreakoutEvents.h>

Public Member Functions | |
| BreakoutGameOverEvent () | |
| ~BreakoutGameOverEvent () | |
| virtual HashString | GetEventType () |
Static Public Attributes | |
| static const HashString | cEventName = HashString(std::string("BreakoutGameOverEvent")) |
Protected Attributes | |
| HashString | m_eventName |
Definition at line 48 of file BreakoutEvents.h.
| BreakoutGameOverEvent::BreakoutGameOverEvent | ( | ) | [inline] |
Definition at line 51 of file BreakoutEvents.h.
| BreakoutGameOverEvent::~BreakoutGameOverEvent | ( | ) | [inline] |
Definition at line 52 of file BreakoutEvents.h.
| virtual HashString BreakoutGameOverEvent::GetEventType | ( | ) | [inline, virtual] |
const HashString BreakoutGameOverEvent::cEventName = HashString(std::string("BreakoutGameOverEvent")) [static] |
Definition at line 56 of file BreakoutEvents.h.
HashString BreakoutGameOverEvent::m_eventName [protected] |
Definition at line 59 of file BreakoutEvents.h.
1.5.9