Root includes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "../interfaces/Serializable.hpp"
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
#include "ItemStack.hpp"
|
||||
|
||||
namespace dynamic {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <glm/glm.hpp>
|
||||
#include <string>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
|
||||
struct item_funcs_set {
|
||||
bool init : 1;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#ifndef ITEMS_ITEM_STACK_HPP_
|
||||
#define ITEMS_ITEM_STACK_HPP_
|
||||
|
||||
#include "../constants.hpp"
|
||||
#include "../typedefs.hpp"
|
||||
#include <constants.hpp>
|
||||
#include <typedefs.hpp>
|
||||
|
||||
class ContentIndices;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user