voxels/
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "../logic/scripting/scripting.hpp"
|
||||
#include <objects/EntityDef.hpp>
|
||||
#include <objects/rigging.hpp>
|
||||
#include "../voxels/Block.hpp"
|
||||
#include <voxels/Block.hpp>
|
||||
#include "ContentPack.hpp"
|
||||
|
||||
ContentIndices::ContentIndices(
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "ContentPack.hpp"
|
||||
#include <items/ItemDef.hpp>
|
||||
#include <objects/EntityDef.hpp>
|
||||
#include "../voxels/Block.hpp"
|
||||
#include <voxels/Block.hpp>
|
||||
|
||||
template <class T>
|
||||
class ContentUnitBuilder {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <constants.hpp>
|
||||
#include <files/files.hpp>
|
||||
#include <items/ItemDef.hpp>
|
||||
#include "../voxels/Block.hpp"
|
||||
#include <voxels/Block.hpp>
|
||||
#include "Content.hpp"
|
||||
|
||||
ContentLUT::ContentLUT(
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include <typedefs.hpp>
|
||||
#include <util/listutil.hpp>
|
||||
#include <util/stringutil.hpp>
|
||||
#include "../voxels/Block.hpp"
|
||||
#include <voxels/Block.hpp>
|
||||
#include "Content.hpp"
|
||||
#include "ContentBuilder.hpp"
|
||||
#include "ContentPack.hpp"
|
||||
|
||||
Reference in New Issue
Block a user