SpiecsEngine
 
Loading...
Searching...
No Matches
EntryPoint.cpp
Go to the documentation of this file.
1#include <EntryPoint.h>
3
4namespace Spices {
5
6 std::shared_ptr<World> CreateWorld()
7 {
9
10 return std::make_shared<WhittedRTWorld>();
11 }
12}
#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