EntityWrapper::Parent helper function

This commit is contained in:
2016-01-21 10:29:48 +01:00
parent 4aa9100c69
commit 5e70d6eef6
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ struct EntityWrapper
static const EntityWrapper Invalid;
bool HasComponent(const std::string& componentName);
EntityWrapper Parent();
bool Valid();
ComponentWrapper operator[](const char* componentName);