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
+2
View File
@@ -19,6 +19,8 @@
#include "PrecompiledHeader.h"
#include "Core/World.h"
//TODO Delete this please
void dd::World::RecycleEntityID(EntityID id)
{
m_RecycledEntityIDs.push(id);