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
+19 -19
View File
@@ -4,25 +4,25 @@
#include <algorithm>
#include <cmath>
#include <content/Content.hpp>
#include <core_defs.hpp>
#include <items/Inventory.hpp>
#include <items/ItemDef.hpp>
#include <items/ItemStack.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/Block.hpp>
#include <voxels/Chunks.hpp>
#include <voxels/voxel.hpp>
#include <window/Camera.hpp>
#include <window/Events.hpp>
#include <window/Window.hpp>
#include <window/input.hpp>
#include <world/Level.hpp>
#include "content/Content.hpp"
#include "core_defs.hpp"
#include "items/Inventory.hpp"
#include "items/ItemDef.hpp"
#include "items/ItemStack.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/Block.hpp"
#include "voxels/Chunks.hpp"
#include "voxels/voxel.hpp"
#include "window/Camera.hpp"
#include "window/Events.hpp"
#include "window/Window.hpp"
#include "window/input.hpp"
#include "world/Level.hpp"
#include "BlocksController.hpp"
#include "scripting/scripting.hpp"