I forgot to stage in my last commit.

This commit is contained in:
PlatinumSkink
2015-09-15 15:00:47 +02:00
parent d06cd54c2a
commit b340cf97bb
6 changed files with 41 additions and 86 deletions
+3 -3
View File
@@ -14,7 +14,7 @@
#include "Game/CBall.h"
#include "Game/CLife.h"
#include "Game/EStageCleared.h"
#include "Game/EBallFellOffStage.h"
#include "Game/ELifeLost.h"
#include "Physics/CBoxShape.h"
#include "Physics/CPhysics.h"
#include "Physics/CCircleShape.h"
@@ -68,10 +68,10 @@ public:
private:
dd::EventRelay<LevelSystem, dd::Events::Contact> m_EContact;
dd::EventRelay<LevelSystem, dd::Events::BallFellOffStage> m_EBall;
dd::EventRelay<LevelSystem, dd::Events::LifeLost> m_ELifeLost;
bool OnContact(const dd::Events::Contact &event);
bool BallFellOffStage(const dd::Events::BallFellOffStage &event);
bool LifeLost(const dd::Events::LifeLost &event);
bool m_Initialized = false;