First cut of pulling out the relevant parts of my original game to make a little framework.
This commit is contained in:
commit
6a0c9e8d46
177 changed files with 18197 additions and 0 deletions
27
tests/meson.build
Normal file
27
tests/meson.build
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
tests = files(
|
||||
'ai.cpp',
|
||||
'animation.cpp',
|
||||
'base.cpp',
|
||||
'battle.cpp',
|
||||
'camera.cpp',
|
||||
'components.cpp',
|
||||
'config.cpp',
|
||||
'dbc.cpp',
|
||||
'dinkyecs.cpp',
|
||||
'event_router.cpp',
|
||||
'fsm.cpp',
|
||||
'inventory.cpp',
|
||||
'lighting.cpp',
|
||||
'loot.cpp',
|
||||
'map.cpp',
|
||||
'matrix.cpp',
|
||||
'mazes.cpp',
|
||||
'palette.cpp',
|
||||
'pathing.cpp',
|
||||
'shaders.cpp',
|
||||
'sound.cpp',
|
||||
'spatialmap.cpp',
|
||||
'stats.cpp',
|
||||
'systems.cpp',
|
||||
'textures.cpp',
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue