Now have a nice panel to hold all the UI panels we'll use later.

This commit is contained in:
Zed A. Shaw 2024-11-11 12:23:40 -05:00
parent baaf56d4de
commit 9bc9c9007f
12 changed files with 123 additions and 83 deletions

View file

@ -22,6 +22,7 @@ runtests = executable('runtests', [
'ansi_parser.cpp',
'config.cpp',
'save.cpp',
'panel.cpp',
'tests/fsm.cpp',
'tests/dbc.cpp',
'tests/map.cpp',
@ -48,6 +49,7 @@ roguish = executable('roguish', [
'render.cpp',
'config.cpp',
'save.cpp',
'panel.cpp',
],
dependencies: dependencies)