1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +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

@@ -19,6 +19,7 @@
#include "../render/IImage.h"
#include "../render/Graphics.h"
#include "../windows/CCreatureWindow.h"
#include "../windows/CWindowWithArtifacts.h"
#include "../windows/GUIClasses.h"
#include "../CGameInfo.h"
#include "../CPlayerInterface.h"