arch compability fixes and unwarning changes

This commit is contained in:
Sergwest
2024-06-07 22:20:40 +03:00
parent a5dc187481
commit ac0408d42a
7 changed files with 9 additions and 1 deletions
+2
View File
@@ -10,6 +10,8 @@
#include "scripting/scripting.hpp"
#include "../interfaces/Object.hpp"
#include <algorithm>
static debug::Logger logger("level-control");
LevelController::LevelController(EngineSettings& settings, std::unique_ptr<Level> level)