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