Move argument parsing to different file

This commit is contained in:
dec05eba
2025-04-20 15:50:03 +02:00
parent c4e917e677
commit acf1624d2d
9 changed files with 1594 additions and 1379 deletions

View File

@@ -37,6 +37,8 @@ src = [
'src/cursor.c',
'src/damage.c',
'src/image_writer.c',
'src/args_parser.c',
'src/defs.c',
'src/sound.cpp',
'src/main.cpp',
]