taisei/src/stages/stage3/meson.build

16 lines
358 B
Meson
Raw Permalink Normal View History

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',
2023-05-29 05:06:45 +02:00
'spells/logic_bomb.c',
'spells/moonlight_rocket.c',
'spells/moths_to_a_flame.c',
'stage3.c',
'timeline.c',
)