Loot UI is now mostly formed, just need to get loot into it and make it work.

This commit is contained in:
Zed A. Shaw 2025-05-14 11:49:09 -04:00
parent 8545b8cf1d
commit dfc6aa08e9
12 changed files with 38 additions and 146 deletions

View file

@ -139,7 +139,6 @@ executable('runtests', sources + [
'tests/easings.cpp',
'tests/fsm.cpp',
'tests/inventory.cpp',
'tests/lel.cpp',
'tests/levelmanager.cpp',
'tests/lighting.cpp',
'tests/map.cpp',
@ -167,7 +166,8 @@ executable('zedcaster',
dependencies: dependencies)
executable('fragviewer',
sources + [ 'tools/fragviewer.cpp' ],
[ 'textures.cpp', 'config.cpp',
'dbc.cpp', 'tools/fragviewer.cpp' ],
cpp_args: cpp_args,
link_args: link_args,
override_options: exe_defaults,