update project includes format
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include <content/ContentLUT.hpp>
|
||||
#include <items/Inventory.hpp>
|
||||
#include <lighting/Lightmap.hpp>
|
||||
#include "content/ContentLUT.hpp"
|
||||
#include "items/Inventory.hpp"
|
||||
#include "lighting/Lightmap.hpp"
|
||||
#include "voxel.hpp"
|
||||
|
||||
Chunk::Chunk(int xpos, int zpos) : x(xpos), z(zpos) {
|
||||
|
||||
Reference in New Issue
Block a user