Root includes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "../core_defs.hpp"
|
||||
#include <core_defs.hpp>
|
||||
#include "../util/stringutil.hpp"
|
||||
|
||||
std::string to_string(BlockModel model) {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "../maths/UVRegion.hpp"
|
||||
#include "../maths/aabb.hpp"
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
|
||||
inline std::string BLOCK_ITEM_SUFFIX = ".item";
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <memory>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "../constants.hpp"
|
||||
#include <constants.hpp>
|
||||
#include "../lighting/Lightmap.hpp"
|
||||
#include "voxel.hpp"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
#include "voxel.hpp"
|
||||
|
||||
class VoxelRenderer;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "../lighting/Lightmap.hpp"
|
||||
#include "../maths/voxmaths.hpp"
|
||||
#include "../objects/Entities.hpp"
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
#include "../world/Level.hpp"
|
||||
#include "../world/World.hpp"
|
||||
#include "Block.hpp"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <memory>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
#include "voxel.hpp"
|
||||
|
||||
#define GLM_ENABLE_EXPERIMENTAL
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "../content/Content.hpp"
|
||||
#include "../core_defs.hpp"
|
||||
#include <core_defs.hpp>
|
||||
#include "../maths/FastNoiseLite.h"
|
||||
#include "../maths/util.hpp"
|
||||
#include "../maths/voxmaths.hpp"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef VOXELS_DEFAULTWORLDGENERATOR_HPP_
|
||||
#define VOXELS_DEFAULTWORLDGENERATOR_HPP_
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
#include "../voxels/WorldGenerator.hpp"
|
||||
|
||||
struct voxel;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "FlatWorldGenerator.hpp"
|
||||
|
||||
#include "../content/Content.hpp"
|
||||
#include "../core_defs.hpp"
|
||||
#include <core_defs.hpp>
|
||||
#include "Chunk.hpp"
|
||||
#include "voxel.hpp"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef VOXELS_FLATWORLDGENERATOR_HPP_
|
||||
#define VOXELS_FLATWORLDGENERATOR_HPP_
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
#include "../voxels/WorldGenerator.hpp"
|
||||
|
||||
struct voxel;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#ifndef VOXELS_VOXELSVOLUME_HPP_
|
||||
#define VOXELS_VOXELSVOLUME_HPP_
|
||||
|
||||
#include "../constants.hpp"
|
||||
#include "../typedefs.hpp"
|
||||
#include <constants.hpp>
|
||||
#include <typedefs.hpp>
|
||||
#include "voxel.hpp"
|
||||
|
||||
class VoxelsVolume {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
|
||||
struct voxel;
|
||||
class Content;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef VOXELS_VOXEL_HPP_
|
||||
#define VOXELS_VOXEL_HPP_
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
|
||||
inline constexpr int BLOCK_DIR_NORTH = 0x0;
|
||||
inline constexpr int BLOCK_DIR_WEST = 0x1;
|
||||
|
||||
Reference in New Issue
Block a user