Tried to implement lives. Failed. Everything crashes if I try to RemoveEntity in Update.

This commit is contained in:
PlatinumSkink
2015-09-15 12:40:23 +02:00
parent 157fa36f68
commit 88bd96861d
9 changed files with 226 additions and 17 deletions
+27
View File
@@ -0,0 +1,27 @@
//
// Created by Adniklastrator on 2015-09-14.
//
#ifndef DAYDREAM_EBALLFELLOFFSTAGE_H
#define DAYDREAM_EBALLFELLOFFSTAGE_H
#include "Core/EventBroker.h"
#include "Core/Entity.h"
namespace dd
{
namespace Events
{
struct BallFellOffStage : Event
{
EntityID entity;
};
}
}
#endif //DAYDREAM_EBALLFELLOFFSTAGE_H