-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsrcs.mk
More file actions
41 lines (40 loc) · 842 Bytes
/
srcs.mk
File metadata and controls
41 lines (40 loc) · 842 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
SRCS = main.c \
init.c \
exit_error.c \
exit_success.c \
cleanup.c \
mlx_preparation.c \
key_hook_control.c \
draw_scene.c \
calculate_rays.c \
draw_rays.c \
movement_handlers.c \
rotation_handlers.c \
load_texture.c \
calculate_fps.c \
mouse_hook_control.c \
loop_hook_control.c \
vector_size.c \
minimap.c \
parse_file.c \
validation.c \
ft_isspace.c \
free_split.c \
map_ll_to_array.c \
flood_fill_and_bounds_check.c \
draw_sprites.c \
parse_sprite.c \
door_logic.c \
parse_file1.c \
draw_sprites_helper.c \
minimap_utils.c \
calculate_rays_prep.c \
update_sprite.c \
check_file_extension.c
VPATH = src/ \
src/init/ \
src/exit/ \
src/key_hooks/ \
src/draw/ \
src/utils/ \
src/parsing/