Minor refactor

This commit is contained in:
MihailRis
2024-01-03 22:51:48 +03:00
parent 2ad115a2a8
commit e7e2c16ee6
3 changed files with 14 additions and 15 deletions
+4 -1
View File
@@ -5,9 +5,12 @@
#include <stdint.h>
typedef unsigned int uint;
typedef unsigned char ubyte;
// use for bytes arrays
typedef uint8_t ubyte;
typedef uint8_t blockid_t;
typedef uint8_t blockstate_t;
typedef uint16_t light_t;
#endif