All current lua hooks are being called

This commit is contained in:
Kayne Ruse
2014-06-23 04:10:21 +10:00
parent 64baa63d12
commit 46ed196bf4
4 changed files with 55 additions and 11 deletions
+2
View File
@@ -43,6 +43,8 @@ public:
RoomData* FindRoom(int uid);
int PushRoom(RoomData*);
void UnloadAll();
//accessors and mutators
std::map<int, RoomData*>* GetContainer() { return &roomMap; }