Found my old LEL code and got the shell working, so tomorrow I'll try to make it layout some gui element.
This commit is contained in:
parent
8a6b38c1a4
commit
bfd2718cc9
8 changed files with 485 additions and 3 deletions
|
@ -54,6 +54,7 @@ sources = [
|
|||
'devices.cpp',
|
||||
'gui.cpp',
|
||||
'inventory.cpp',
|
||||
'lel.cpp',
|
||||
'levelmanager.cpp',
|
||||
'lights.cpp',
|
||||
'map.cpp',
|
||||
|
@ -77,11 +78,13 @@ sources = [
|
|||
]
|
||||
|
||||
executable('runtests', sources + [
|
||||
'tests/ansi_parser.cpp',
|
||||
'tests/base.cpp',
|
||||
'tests/dbc.cpp',
|
||||
'tests/dinkyecs.cpp',
|
||||
'tests/fsm.cpp',
|
||||
'tests/inventory.cpp',
|
||||
'tests/lel.cpp',
|
||||
'tests/levelmanager.cpp',
|
||||
'tests/lighting.cpp',
|
||||
'tests/map.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue