update project includes format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user