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
+22 -22
View File
@@ -8,28 +8,28 @@
#include <sstream>
#include <utility>
#include <coders/byte_utils.hpp>
#include <coders/json.hpp>
#include <constants.hpp>
#include <content/Content.hpp>
#include <core_defs.hpp>
#include <data/dynamic.hpp>
#include <debug/Logger.hpp>
#include <items/Inventory.hpp>
#include <items/ItemDef.hpp>
#include <lighting/Lightmap.hpp>
#include <maths/voxmaths.hpp>
#include <objects/EntityDef.hpp>
#include <objects/Player.hpp>
#include <physics/Hitbox.hpp>
#include <settings.hpp>
#include <typedefs.hpp>
#include <util/data_io.hpp>
#include <voxels/Block.hpp>
#include <voxels/Chunk.hpp>
#include <voxels/voxel.hpp>
#include <window/Camera.hpp>
#include <world/World.hpp>
#include "coders/byte_utils.hpp"
#include "coders/json.hpp"
#include "constants.hpp"
#include "content/Content.hpp"
#include "core_defs.hpp"
#include "data/dynamic.hpp"
#include "debug/Logger.hpp"
#include "items/Inventory.hpp"
#include "items/ItemDef.hpp"
#include "lighting/Lightmap.hpp"
#include "maths/voxmaths.hpp"
#include "objects/EntityDef.hpp"
#include "objects/Player.hpp"
#include "physics/Hitbox.hpp"
#include "settings.hpp"
#include "typedefs.hpp"
#include "util/data_io.hpp"
#include "voxels/Block.hpp"
#include "voxels/Chunk.hpp"
#include "voxels/voxel.hpp"
#include "window/Camera.hpp"
#include "world/World.hpp"
#define WORLD_FORMAT_MAGIC ".VOXWLD"