build time decreased

This commit is contained in:
MihailRis
2024-05-23 02:05:08 +03:00
parent 41ef80e938
commit 0ad3dd7ab8
15 changed files with 34 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,6 @@
#ifndef WORLD_LEVEL_HPP_
#define WORLD_LEVEL_HPP_
#include "../settings.hpp"
#include "../interfaces/Object.hpp"
#include <memory>
@@ -21,6 +20,7 @@ class LevelEvents;
class Lighting;
class PhysicsSolver;
class ChunksStorage;
struct EngineSettings;
/// @brief A level, contains chunks and objects
class Level {