Now have a working config manager that can exist in the world properly.

This commit is contained in:
Zed A. Shaw 2024-11-03 05:57:35 -05:00
parent f6ddf4b03b
commit ddf1ba955c
5 changed files with 46 additions and 6 deletions

View file

@ -44,6 +44,7 @@ roguish = executable('roguish', [
'systems.cpp',
'ansi_parser.cpp',
'render.cpp',
'config.cpp',
],
dependencies: dependencies)