1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Code reorganization, no changes to functionality

This commit is contained in:
Ivan Savenko
2023-02-20 22:16:50 +02:00
parent 330999fdc4
commit ec6f19ea18
26 changed files with 1257 additions and 1030 deletions

View File

@ -14,7 +14,7 @@
#include "CPlayerInterface.h"
#include "CGameInfo.h"
#include "windows/GUIClasses.h"
#include "adventureMap/mapHandler.h"
#include "mapRenderer/mapHandler.h"
#include "adventureMap/CInGameConsole.h"
#include "battle/BattleInterface.h"
#include "gui/CGuiHandler.h"