-
Notifications
You must be signed in to change notification settings - Fork 0
/
includes.mk
26 lines (26 loc) · 1.14 KB
/
includes.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
INCLUDES += includes/bettermlx_func.h
INCLUDES += includes/bettermlx_struct.h
INCLUDES += includes/cub3d.h
INCLUDES += includes/cub3d_game_empty_texture_func.h
INCLUDES += includes/cub3d_game_empty_texture_struct.h
INCLUDES += includes/cub3d_game_func.h
INCLUDES += includes/cub3d_game_loop_func.h
INCLUDES += includes/cub3d_game_plane_func.h
INCLUDES += includes/cub3d_game_plane_struct.h
INCLUDES += includes/cub3d_game_player_func.h
INCLUDES += includes/cub3d_game_player_struct.h
INCLUDES += includes/cub3d_game_ray_func.h
INCLUDES += includes/cub3d_game_ray_struct.h
INCLUDES += includes/cub3d_game_render_thread_func.h
INCLUDES += includes/cub3d_game_render_thread_struct.h
INCLUDES += includes/cub3d_game_sprite_func.h
INCLUDES += includes/cub3d_game_sprite_struct.h
INCLUDES += includes/cub3d_game_struct.h
INCLUDES += includes/cub3d_game_texture_func.h
INCLUDES += includes/cub3d_game_texture_struct.h
INCLUDES += includes/cub3d_level_func.h
INCLUDES += includes/cub3d_level_parser_func.h
INCLUDES += includes/cub3d_level_parser_struct.h
INCLUDES += includes/cub3d_level_struct.h
INCLUDES += includes/cub3d_log_func.h
INCLUDES += includes/cub3d_log_struct.h