SpiecsEngine
 
Loading...
Searching...
No Matches
EntryPoint.cpp
Go to the documentation of this file.
1#include <EntryPoint.h>
3#include <Core/Memory/MemoryPool.h>
4
5namespace Spices {
6
7 std::shared_ptr<World> CreateWorld()
8 {
10
11 return std::make_shared<GameEditorWorld>();
12 }
13}
#define SPICES_PROFILE_ZONE
World Class. This class defines the basic behaves of World. When we create an new world,...
Definition World.h:41
std::shared_ptr< World > CreateWorld()
extern WorldCreation definition in Game.
Definition EntryPoint.cpp:6