taisei/src/stages/stage3/meson.build
2023-08-20 16:04:46 +02:00

15 lines
358 B
Meson

stage3_src = files(
'background_anim.c',
'wriggle.c',
'scuttle.c',
'draw.c',
'nonspells/boss_nonspells.c',
'nonspells/midboss_nonspell_1.c',
'spells/firefly_storm.c',
'spells/light_singularity.c',
'spells/logic_bomb.c',
'spells/moonlight_rocket.c',
'spells/moths_to_a_flame.c',
'stage3.c',
'timeline.c',
)