Added TODO

This commit is contained in:
Kayne Ruse
2014-11-14 10:02:15 +11:00
parent 100c4f6522
commit d35ab24e15
+1
View File
@@ -66,6 +66,7 @@ private:
std::list<Entity*> entityList;
//lua references
//TODO: use RoomData's lua references for load and unload functions
int loadRef = LUA_NOREF;
int unloadRef = LUA_NOREF;
};