1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Moved Exchange Window to new file, no functionality changes

This commit is contained in:
Ivan Savenko
2024-05-19 10:53:56 +00:00
parent 6f37d5c753
commit d965226cbd
10 changed files with 411 additions and 351 deletions

View File

@@ -10,6 +10,11 @@
#include "StdInc.h"
#include "CWindowWithArtifacts.h"
#include "CHeroWindow.h"
#include "CSpellWindow.h"
#include "CExchangeWindow.h"
#include "CHeroBackpackWindow.h"
#include "../gui/CGuiHandler.h"
#include "../gui/CursorHandler.h"
#include "../gui/WindowHandler.h"
@@ -20,10 +25,6 @@
#include "../widgets/CComponent.h"
#include "../windows/CHeroWindow.h"
#include "../windows/CSpellWindow.h"
#include "../windows/GUIClasses.h"
#include "../windows/CHeroBackpackWindow.h"
#include "../CPlayerInterface.h"
#include "../CGameInfo.h"