add block rotate

This commit is contained in:
lllzebralll
2022-11-19 23:05:33 +03:00
parent d2416946d9
commit 900e4ae098
11 changed files with 233 additions and 73 deletions
+1
View File
@@ -5,6 +5,7 @@
struct voxel {
uint8_t id;
uint8_t states;
};
#endif /* VOXELS_VOXEL_H_ */