1
0
Fork 0
Univerxel/src/world/Voxel.hpp

6 lines
87 B
C++
Raw Normal View History

2020-07-10 17:49:16 +00:00
#pragma once
struct Voxel {
unsigned char Density;
unsigned short Material;
};