Initial start of the refactoring of gui.cpp into two classes, the gui::FSM will be used to controll all of the other UIs in the game, and evetnually will be pretty dumb.
This commit is contained in:
parent
4a1a8a7d65
commit
a7a60ad35c
6 changed files with 78 additions and 58 deletions
|
@ -62,11 +62,12 @@ sources = [
|
|||
'dbc.cpp',
|
||||
'devices.cpp',
|
||||
'guecs.cpp',
|
||||
'gui.cpp',
|
||||
'gui_fsm.cpp',
|
||||
'inventory.cpp',
|
||||
'lel.cpp',
|
||||
'levelmanager.cpp',
|
||||
'lights.cpp',
|
||||
'main_ui.cpp',
|
||||
'map.cpp',
|
||||
'map_view.cpp',
|
||||
'matrix.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue