This commit is contained in:
MihailRis
2024-12-18 04:13:33 +03:00
parent 5e55e20ec4
commit d745a34657
33 changed files with 209 additions and 205 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ class World;
class LevelController;
class EngineController {
Engine* engine;
Engine& engine;
public:
EngineController(Engine* engine);
EngineController(Engine& engine);
/// @brief Load world, convert if required and set to LevelScreen.
/// @param name world name