Slightly more usable entity tree

This commit is contained in:
2015-12-16 12:05:55 +01:00
parent bd6adcc157
commit 661532e355
2 changed files with 67 additions and 10 deletions
+1
View File
@@ -67,4 +67,5 @@ private:
void setWidgetSpace(WidgetSpace space);
void drawUI(World* world, double dt);
bool createDeleteButton(std::string componentType);
void changeParent(EntityID entity, EntityID newParent);
};