#include <inttypes.h>


Go to the source code of this file.
Typedefs | |
| typedef uint8_t | voxel_type |
the type used for one voxel, uint8_t allows up to 255 different pieces this should be enough for almost all puzzles, but just for the case it isn't we can easily change the type | |
| typedef uint8_t voxel_type |
the type used for one voxel, uint8_t allows up to 255 different pieces this should be enough for almost all puzzles, but just for the case it isn't we can easily change the type
1.5.8