From 80f3c817c2be9e6632cf567138590675f0a372b7 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Fri, 14 Feb 2020 19:56:54 +0100 Subject: New define .h --- inc/cub3d_structs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inc/cub3d_structs.h') 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 +#include + typedef struct s_win { void *wlx; -- cgit v1.2.3