First batch of changes merged back from Under. Fixes the router, adds magic_enum to FSM, and makes it easy to reset the world.
This commit is contained in:
parent
d583a28b9c
commit
110612c33a
11 changed files with 44 additions and 19 deletions
|
|
@ -24,7 +24,9 @@ namespace GameDB {
|
|||
Level& create_level();
|
||||
|
||||
void init();
|
||||
void reset();
|
||||
Level ¤t_level();
|
||||
void new_level(std::shared_ptr<DinkyECS::World> prev_world);
|
||||
std::shared_ptr<DinkyECS::World> current_world();
|
||||
components::Position& player_position();
|
||||
DinkyECS::Entity the_player();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue