The server is working correctly, using the entity system

This commit is contained in:
Kayne Ruse
2014-04-13 22:20:30 +10:00
parent 7fe71c60d0
commit c3464be589
10 changed files with 161 additions and 76 deletions
+1 -1
View File
@@ -26,4 +26,4 @@
//This is explicitly a POD
static_assert(std::is_pod<Entity>::value, "Entity is not a POD");
unsigned int Entity::uidCounter;
unsigned int Entity::uidCounter;