move world-related sources from files/ to world/files

This commit is contained in:
MihailRis
2025-01-30 15:02:28 +03:00
parent df5645eb07
commit e5d558d357
22 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include <memory>
#include "content/Content.hpp"
#include "files/WorldFiles.hpp"
#include "world/files/WorldFiles.hpp"
#include "graphics/core/Mesh.hpp"
#include "lighting/Lighting.hpp"
#include "maths/voxmaths.hpp"