resources paths refact

This commit is contained in:
Che10vek
2023-11-20 01:30:57 +10:00
parent 12db8a1448
commit 2ee9e33c6d
20 changed files with 19 additions and 8 deletions
+5
View File
@@ -1,3 +1,6 @@
#ifndef VOX_TYPEDEFS_H
#define VOX_TYPEDEFS_H
#include <stdlib.h>
#include <stdint.h>
@@ -6,3 +9,5 @@ typedef unsigned char ubyte;
typedef uint8_t blockid_t;
typedef uint16_t light_t;
#endif