mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-01 00:45:26 +02:00
- Renamed client/BattleInterface to client/battle and client/UIFramework to client/gui
This commit is contained in:
@ -8,9 +8,9 @@
|
||||
#include "../lib/CGeneralTextHandler.h"
|
||||
#include "CVideoHandler.h"
|
||||
#include "CAdvmapInterface.h"
|
||||
#include "BattleInterface/CBattleInterface.h"
|
||||
#include "battle/CBattleInterface.h"
|
||||
#include "CGameInfo.h"
|
||||
#include "UIFramework/SDL_Extensions.h"
|
||||
#include "gui/SDL_Extensions.h"
|
||||
#include "CMessage.h"
|
||||
#include "CPlayerInterface.h"
|
||||
#include "../CCallback.h"
|
||||
@ -18,7 +18,7 @@
|
||||
#include "../lib/CHeroHandler.h"
|
||||
#include "../lib/BattleState.h"
|
||||
#include "../lib/GameConstants.h"
|
||||
#include "UIFramework/CGuiHandler.h"
|
||||
#include "gui/CGuiHandler.h"
|
||||
#include "CMT.h"
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user