diff options
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index eab9b7e..9dae0be 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -13,6 +13,9 @@ # ifndef CUB3D_STRUCTS_H # define CUB3D_STRUCTS_H +#include <stddef.h> +#include <stdint.h> + typedef struct s_win { void *wlx; |