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:
Zed A. Shaw 2025-02-14 02:13:08 -05:00
parent 8a6b38c1a4
commit bfd2718cc9
8 changed files with 485 additions and 3 deletions

View file

@ -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',