BoxSizer to Sizer
This commit is contained in:
@@ -33,8 +33,8 @@ namespace EventEngine {
|
||||
/* Checks for Events */
|
||||
void CheckEvents();
|
||||
|
||||
void AddEvent(EventEngine::cEvent* event);
|
||||
const bool RemoveEvent(EventEngine::cEvent* event);
|
||||
void AddEvent( EventEngine::cEvent* event );
|
||||
const bool RemoveEvent( EventEngine::cEvent* event );
|
||||
|
||||
std::vector<EventEngine::cEvent*>& GetEvents();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user