començem a treballar en el editor
This commit is contained in:
@@ -23,5 +23,9 @@ namespace GameControl {
|
||||
inline std::function<std::string()> set_initial_room;
|
||||
// Registrada por Game::Game() — guarda la posición/flip actuales del jugador como posición de inicio en debug.yaml
|
||||
inline std::function<std::string()> set_initial_pos;
|
||||
// Registradas por Game::Game() — control del editor de mapas
|
||||
inline std::function<void()> enter_editor;
|
||||
inline std::function<void()> exit_editor;
|
||||
inline std::function<std::string()> save_editor;
|
||||
} // namespace GameControl
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user