Editor entity naming

This commit is contained in:
2016-01-19 11:42:26 +01:00
parent b62e42567c
commit 68af853a03
4 changed files with 37 additions and 1 deletions
+1
View File
@@ -41,6 +41,7 @@ private:
EntityWrapper OnEntityCreate(EntityWrapper parent);
void OnEntityDelete(EntityWrapper entity);
void OnEntityChangeParent(EntityWrapper entity, EntityWrapper parent);
void OnEntityChangeName(EntityWrapper entity, const std::string& name);
void OnComponentAttach(EntityWrapper entity, const std::string& componentType);
void OnComponentDelete(EntityWrapper entity, const std::string& componentType);
};