(World) Added clear method

Former-commit-id: 54789542144a382c134042fa8050d06d3a80ca5d
This commit is contained in:
Lynix
2015-02-08 15:45:42 +01:00
parent 12824deba2
commit 266da016ad
2 changed files with 15 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ namespace Ndk
Entity CreateEntity();
EntityList CreateEntities(unsigned int count);
void Clear();
void KillEntity(Entity& entity);
void KillEntities(EntityList& list);