Root includes

This commit is contained in:
InfiniteCoder
2024-08-04 10:24:11 +03:00
parent eeb9ba77fb
commit d5dc68dd38
132 changed files with 164 additions and 164 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include <memory>
#include "../coders/json.hpp"
#include "../constants.hpp"
#include <constants.hpp>
#include "../files/files.hpp"
#include "../items/ItemDef.hpp"
#include "../voxels/Block.hpp"
+2 -2
View File
@@ -6,9 +6,9 @@
#include <utility>
#include <vector>
#include "../constants.hpp"
#include <constants.hpp>
#include "../data/dynamic.hpp"
#include "../typedefs.hpp"
#include <typedefs.hpp>
#include "Content.hpp"
namespace fs = std::filesystem;
+2 -2
View File
@@ -7,14 +7,14 @@
#include <string>
#include "../coders/json.hpp"
#include "../core_defs.hpp"
#include <core_defs.hpp>
#include "../data/dynamic.hpp"
#include "../debug/Logger.hpp"
#include "../files/files.hpp"
#include "../items/ItemDef.hpp"
#include "../logic/scripting/scripting.hpp"
#include "../objects/rigging.hpp"
#include "../typedefs.hpp"
#include <typedefs.hpp>
#include "../util/listutil.hpp"
#include "../util/stringutil.hpp"
#include "../voxels/Block.hpp"
+1 -1
View File
@@ -6,7 +6,7 @@
#include <string>
#include <vector>
#include "../typedefs.hpp"
#include <typedefs.hpp>
class EnginePaths;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef CONTENT_CONTENT_FWD_HPP_
#define CONTENT_CONTENT_FWD_HPP_
#include "../typedefs.hpp"
#include <typedefs.hpp>
class Content;
class ContentPackRuntime;