Editor entity create and delete.

This commit is contained in:
2016-01-18 19:26:00 +01:00
parent 631dd57eeb
commit d4242bbead
5 changed files with 49 additions and 14 deletions
+2
View File
@@ -38,6 +38,8 @@ private:
// GUI callbacks
void OnEntitySelected(EntityWrapper entity);
void OnEntitySave(EntityWrapper entity, boost::filesystem::path filePath);
EntityWrapper OnEntityCreate(EntityWrapper parent);
void OnEntityDelete(EntityWrapper entity);
void OnComponentAttach(EntityWrapper entity, const std::string& componentType);
void OnComponentDelete(EntityWrapper entity, const std::string& componentType);
};