items/ + objects/ + util/

This commit is contained in:
InfiniteCoder
2024-08-04 22:26:08 +03:00
parent eb061bcaf4
commit 5c9bc83bbd
83 changed files with 146 additions and 146 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include <utility>
#include <core_defs.hpp>
#include "../util/stringutil.hpp"
#include <util/stringutil.hpp>
std::string to_string(BlockModel model) {
switch (model) {
+1 -1
View File
@@ -3,7 +3,7 @@
#include <utility>
#include <content/ContentLUT.hpp>
#include "../items/Inventory.hpp"
#include <items/Inventory.hpp>
#include "../lighting/Lightmap.hpp"
#include "voxel.hpp"
+1 -1
View File
@@ -15,7 +15,7 @@
#include "../maths/aabb.hpp"
#include "../maths/rays.hpp"
#include "../maths/voxmaths.hpp"
#include "../objects/Entities.hpp"
#include <objects/Entities.hpp>
#include "../world/Level.hpp"
#include "../world/LevelEvents.hpp"
#include "Block.hpp"
+2 -2
View File
@@ -3,10 +3,10 @@
#include <content/Content.hpp>
#include <debug/Logger.hpp>
#include <files/WorldFiles.hpp>
#include "../items/Inventories.hpp"
#include <items/Inventories.hpp>
#include "../lighting/Lightmap.hpp"
#include "../maths/voxmaths.hpp"
#include "../objects/Entities.hpp"
#include <objects/Entities.hpp>
#include <typedefs.hpp>
#include "../world/Level.hpp"
#include "../world/World.hpp"