VoxelEngine/src/typedefs.h
2023-11-05 15:39:37 +03:00

9 lines
151 B
C

#include <stdlib.h>
#include <stdint.h>
typedef unsigned int uint;
typedef unsigned char ubyte;
typedef uint8_t blockid_t;
typedef uint16_t light_t;