update project includes format

This commit is contained in:
MihailRis
2024-08-10 01:37:48 +03:00
parent 6c4fb417c5
commit f43cc93cd2
233 changed files with 1028 additions and 1028 deletions
+10 -10
View File
@@ -2,16 +2,16 @@
#include "ContentGfxCache.hpp"
#include <assets/Assets.hpp>
#include <audio/audio.hpp>
#include <content/Content.hpp>
#include <graphics/core/Atlas.hpp>
#include <graphics/render/BlocksPreview.hpp>
#include <logic/LevelController.hpp>
#include <logic/PlayerController.hpp>
#include <objects/Player.hpp>
#include <voxels/Block.hpp>
#include <world/Level.hpp>
#include "assets/Assets.hpp"
#include "audio/audio.hpp"
#include "content/Content.hpp"
#include "graphics/core/Atlas.hpp"
#include "graphics/render/BlocksPreview.hpp"
#include "logic/LevelController.hpp"
#include "logic/PlayerController.hpp"
#include "objects/Player.hpp"
#include "voxels/Block.hpp"
#include "world/Level.hpp"
LevelFrontend::LevelFrontend(
Player* currentPlayer, LevelController* controller, Assets* assets