update project includes format
This commit is contained in:
+14
-14
@@ -1,19 +1,19 @@
|
||||
#include "Level.hpp"
|
||||
|
||||
#include <content/Content.hpp>
|
||||
#include <data/dynamic_util.hpp>
|
||||
#include <items/Inventories.hpp>
|
||||
#include <items/Inventory.hpp>
|
||||
#include <lighting/Lighting.hpp>
|
||||
#include <objects/Entities.hpp>
|
||||
#include <objects/Player.hpp>
|
||||
#include <physics/Hitbox.hpp>
|
||||
#include <physics/PhysicsSolver.hpp>
|
||||
#include <settings.hpp>
|
||||
#include <voxels/Chunk.hpp>
|
||||
#include <voxels/Chunks.hpp>
|
||||
#include <voxels/ChunksStorage.hpp>
|
||||
#include <window/Camera.hpp>
|
||||
#include "content/Content.hpp"
|
||||
#include "data/dynamic_util.hpp"
|
||||
#include "items/Inventories.hpp"
|
||||
#include "items/Inventory.hpp"
|
||||
#include "lighting/Lighting.hpp"
|
||||
#include "objects/Entities.hpp"
|
||||
#include "objects/Player.hpp"
|
||||
#include "physics/Hitbox.hpp"
|
||||
#include "physics/PhysicsSolver.hpp"
|
||||
#include "settings.hpp"
|
||||
#include "voxels/Chunk.hpp"
|
||||
#include "voxels/Chunks.hpp"
|
||||
#include "voxels/ChunksStorage.hpp"
|
||||
#include "window/Camera.hpp"
|
||||
#include "LevelEvents.hpp"
|
||||
#include "World.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user