1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Moved all non-window GUI elements out from GUI classes file. TODO: reorganize source tree

This commit is contained in:
Ivan Savenko
2014-07-13 18:39:45 +03:00
parent 55ff933b7f
commit 83099fdb78
26 changed files with 519 additions and 1447 deletions

View File

@@ -26,6 +26,8 @@
#include "../lib/BattleState.h"
#include "../lib/GameConstants.h"
#include "gui/CGuiHandler.h"
#include "gui/MiscWidgets.h"
#include "AdventureMapClasses.h"
#include "CMT.h"
//macros to avoid code duplication - calls given method with given arguments if interface for specific player is present