voxels renderer rebuilt, WorldFiles fix
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
#ifndef VOXELS_VOXEL_H_
|
||||
#define VOXELS_VOXEL_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include "../typedefs.h"
|
||||
|
||||
struct voxel {
|
||||
uint8_t id;
|
||||
blockid_t id;
|
||||
uint8_t states;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user