Next phase of the refactor is done. Now to replace everything in Systems.

This commit is contained in:
Zed A. Shaw 2025-08-19 01:07:28 -04:00
parent 644ff6edc0
commit 81e25f73bb
10 changed files with 163 additions and 82 deletions

View file

@ -125,6 +125,7 @@ sources = [
'systems.cpp',
'textures.cpp',
'worldbuilder.cpp',
'game_level.cpp',
]
executable('runtests', sources + [
@ -160,10 +161,6 @@ executable('runtests', sources + [
override_options: exe_defaults,
dependencies: dependencies + [catch2])
executable('corostate',
['scratchpad/corostate.cpp'],
dependencies: [fmt])
executable('zedcaster',
sources + [ 'main.cpp' ],
cpp_args: cpp_args,