Minor refactor
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user