Simple HelloWorld Event for understanding.

This commit is contained in:
Stiffly
2015-09-09 18:42:08 +02:00
parent 80d98470e9
commit fbeb1fb9a6
5 changed files with 58 additions and 19 deletions
+1 -1
View File
@@ -36,6 +36,7 @@
#include "EventBroker.h"
#include "EComponentCreated.h"
#include "ResourceManager.h"
#include "Sound.h"
namespace dd
{
@@ -248,7 +249,6 @@ protected:
EntityID GenerateEntityID();
void RecycleEntityID(EntityID id);
};
template <class T>