This commit is contained in:
MihailRis
2024-03-19 00:49:45 +03:00
parent 258666c377
commit 48bedc5d8e
9 changed files with 105 additions and 106 deletions
+6 -8
View File
@@ -1,17 +1,15 @@
#include "LevelFrontend.h"
#include "BlocksPreview.h"
#include "ContentGfxCache.h"
#include "../audio/audio.h"
#include "../world/Level.h"
#include "../voxels/Block.h"
#include "../assets/Assets.h"
#include "../graphics/core/Atlas.h"
#include "../audio/audio.h"
#include "../content/Content.h"
#include "../graphics/core/Atlas.h"
#include "../graphics/render/BlocksPreview.h"
#include "../logic/LevelController.h"
#include "../logic/PlayerController.h"
#include "../voxels/Block.h"
#include "../world/Level.h"
#include "ContentGfxCache.h"
LevelFrontend::LevelFrontend(LevelController* controller, Assets* assets)
: level(controller->getLevel()),