Merge pull request #82 from teamfisk/BoxModelCollision

Small fixes to collision/trigger-boxes, etc.
This commit is contained in:
2016-02-10 10:08:54 +01:00
12 changed files with 74 additions and 51 deletions
+1
View File
@@ -25,6 +25,7 @@ struct EntityWrapper
const std::string Name();
bool HasComponent(const std::string& componentType);
void AttachComponent(const char* componentName);
EntityWrapper Parent();
EntityWrapper FirstChildByName(const std::string& name);
EntityWrapper FirstParentWithComponent(const std::string& componentType);