(World) Inlined some methods

Former-commit-id: eab086bdde8b11cc261faf2cb5d161bbfcebdc73
This commit is contained in:
Lynix
2015-02-08 17:47:41 +01:00
parent d5a8bdca12
commit 32951deed8
3 changed files with 44 additions and 38 deletions

View File

@@ -20,7 +20,7 @@ namespace Ndk
using EntityList = std::vector<Entity>;
World();
~World();
~World() = default;
Entity CreateEntity();
EntityList CreateEntities(unsigned int count);
@@ -46,4 +46,6 @@ namespace Ndk
};
}
#include <NDK/World.inl>
#endif // NDK_WORLD_HPP