update project includes format
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
#include <audio/audio.hpp>
|
||||
#include <delegates.hpp>
|
||||
#include <engine.hpp>
|
||||
#include <settings.hpp>
|
||||
#include <content/Content.hpp>
|
||||
#include <graphics/core/Mesh.hpp>
|
||||
#include <graphics/ui/elements/CheckBox.hpp>
|
||||
#include <graphics/ui/elements/TextBox.hpp>
|
||||
#include <graphics/ui/elements/TrackBar.hpp>
|
||||
#include <graphics/ui/elements/InputBindBox.hpp>
|
||||
#include <graphics/render/WorldRenderer.hpp>
|
||||
#include <logic/scripting/scripting.hpp>
|
||||
#include <objects/Player.hpp>
|
||||
#include <objects/Entities.hpp>
|
||||
#include <objects/EntityDef.hpp>
|
||||
#include <physics/Hitbox.hpp>
|
||||
#include <util/stringutil.hpp>
|
||||
#include <voxels/Block.hpp>
|
||||
#include <voxels/Chunk.hpp>
|
||||
#include <voxels/Chunks.hpp>
|
||||
#include <world/Level.hpp>
|
||||
#include <world/World.hpp>
|
||||
#include "audio/audio.hpp"
|
||||
#include "delegates.hpp"
|
||||
#include "engine.hpp"
|
||||
#include "settings.hpp"
|
||||
#include "content/Content.hpp"
|
||||
#include "graphics/core/Mesh.hpp"
|
||||
#include "graphics/ui/elements/CheckBox.hpp"
|
||||
#include "graphics/ui/elements/TextBox.hpp"
|
||||
#include "graphics/ui/elements/TrackBar.hpp"
|
||||
#include "graphics/ui/elements/InputBindBox.hpp"
|
||||
#include "graphics/render/WorldRenderer.hpp"
|
||||
#include "logic/scripting/scripting.hpp"
|
||||
#include "objects/Player.hpp"
|
||||
#include "objects/Entities.hpp"
|
||||
#include "objects/EntityDef.hpp"
|
||||
#include "physics/Hitbox.hpp"
|
||||
#include "util/stringutil.hpp"
|
||||
#include "voxels/Block.hpp"
|
||||
#include "voxels/Chunk.hpp"
|
||||
#include "voxels/Chunks.hpp"
|
||||
#include "world/Level.hpp"
|
||||
#include "world/World.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user