dev: reorganize global variables and constants
This commit is contained in:
parent
a395676ee9
commit
5992784dce
26 changed files with 401 additions and 356 deletions
3
Makefile
3
Makefile
|
|
@ -3,10 +3,9 @@ NAME = so_long
|
|||
SRCS = src/
|
||||
INCLUDES = includes/
|
||||
CODE = $(addprefix main/, \
|
||||
main error env input timedloop levels1 levels2 \
|
||||
main error env input input_utils timedloop levels1 levels2 \
|
||||
) \
|
||||
$(addprefix display/, \
|
||||
data_assets data_sprites \
|
||||
display1 display2 display_utils sprite text \
|
||||
) \
|
||||
$(addprefix room/, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue