Add files via upload
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef VOXELS_VOXEL_H_
|
||||
#define VOXELS_VOXEL_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct voxel {
|
||||
uint8_t id;
|
||||
};
|
||||
|
||||
#endif /* VOXELS_VOXEL_H_ */
|
||||
Reference in New Issue
Block a user