1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Split LobbyWindow file into one file per class

This commit is contained in:
Ivan Savenko
2023-12-27 19:07:49 +02:00
parent 20a38d8514
commit 78833a1015
10 changed files with 216 additions and 109 deletions

View File

@ -24,7 +24,7 @@
#include "../gui/Shortcut.h"
#include "../gui/WindowHandler.h"
#include "../render/Canvas.h"
#include "../serverLobby/LobbyWindow.h"
#include "../globalLobby/GlobalLobbyWindow.h"
#include "../widgets/CComponent.h"
#include "../widgets/Buttons.h"
#include "../widgets/MiscWidgets.h"