Move the guecstra stuff into the gui.
This commit is contained in:
parent
dfc6aa08e9
commit
cc44c9d37a
5 changed files with 13 additions and 13 deletions
20
meson.build
20
meson.build
|
@ -93,7 +93,16 @@ sources = [
|
|||
'dbc.cpp',
|
||||
'devices.cpp',
|
||||
'goap.cpp',
|
||||
'guecstra.cpp',
|
||||
'gui/boss_fight_ui.cpp',
|
||||
'gui/combat_ui.cpp',
|
||||
'gui/debug_ui.cpp',
|
||||
'gui/guecstra.cpp',
|
||||
'gui/gui_fsm.cpp',
|
||||
'gui/loot_ui.cpp',
|
||||
'gui/main_ui.cpp',
|
||||
'gui/overlay_ui.cpp',
|
||||
'gui/ritual_ui.cpp',
|
||||
'gui/status_ui.cpp',
|
||||
'inventory.cpp',
|
||||
'levelmanager.cpp',
|
||||
'lights.cpp',
|
||||
|
@ -115,15 +124,6 @@ sources = [
|
|||
'systems.cpp',
|
||||
'textures.cpp',
|
||||
'tilemap.cpp',
|
||||
'gui/boss_fight_ui.cpp',
|
||||
'gui/loot_ui.cpp',
|
||||
'gui/combat_ui.cpp',
|
||||
'gui/debug_ui.cpp',
|
||||
'gui/gui_fsm.cpp',
|
||||
'gui/main_ui.cpp',
|
||||
'gui/overlay_ui.cpp',
|
||||
'gui/ritual_ui.cpp',
|
||||
'gui/status_ui.cpp',
|
||||
'worldbuilder.cpp',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue