mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-03 20:03:50 +00:00
chore(game-ui): extract chat panel into dedicated UI module
- moved chat panel logic out of `game_screen` into `chat_panel` - added chat_panel.hpp and chat_panel.cpp - updated game_screen.hpp and game_screen.cpp to integrate new `ChatPanel` component - updated build config in CMakeLists.txt to include new UI module sources
This commit is contained in:
parent
c1c28d4216
commit
0f1cd5fe9a
5 changed files with 5227 additions and 5023 deletions
|
|
@ -556,6 +556,7 @@ set(WOWEE_SOURCES
|
|||
src/ui/character_create_screen.cpp
|
||||
src/ui/character_screen.cpp
|
||||
src/ui/game_screen.cpp
|
||||
src/ui/chat_panel.cpp
|
||||
src/ui/inventory_screen.cpp
|
||||
src/ui/quest_log_screen.cpp
|
||||
src/ui/spellbook_screen.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue