Threaded barriers into the client, not yet queried

I've also refactored the rooms slightly.
This commit is contained in:
2016-04-04 01:05:32 +10:00
parent 7b9c016082
commit 7205d6692c
12 changed files with 280 additions and 58 deletions
+3
View File
@@ -29,6 +29,7 @@
#include <functional>
#include <map>
#include <stack>
#include <string>
class TriggerManager {
@@ -36,6 +37,8 @@ public:
TriggerManager();
~TriggerManager();
void Compare(std::stack<Entity*> entityStack);
//common public methods
int Create(std::string handle); //TODO: return the Trigger itself?
void Unload(int uid);