fix compiler warnings (GCC + Clang)

This commit is contained in:
MihailRis
2025-03-20 22:04:29 +03:00
parent 6c3d2d0907
commit 3d22de761f
50 changed files with 80 additions and 103 deletions
+1 -2
View File
@@ -18,11 +18,10 @@ class Block;
class Engine;
class LevelController;
class WorldRenderer;
class Weather;
struct Weather;
struct WeatherPreset;
class Decorator {
Engine& engine;
const Level& level;
const Assets& assets;
Player& player;