Now have a nice panel to hold all the UI panels we'll use later.
This commit is contained in:
parent
baaf56d4de
commit
9bc9c9007f
12 changed files with 123 additions and 83 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue