Full trigger creation

This commit is contained in:
Kayne Ruse
2015-03-04 02:21:56 +11:00
parent bd68af5875
commit 18a7143926
7 changed files with 61 additions and 57 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public:
~TriggerManager();
//common public methods
int Create(std::string handle, Vector2 origin, BoundingBox bounds);
int Create(std::string handle);
void Unload(int uid);
void UnloadAll();