mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Renamed most of classes in client/battle directory to match current code
style
This commit is contained in:
@@ -40,7 +40,7 @@ class CButton;
|
||||
class CToggleGroup;
|
||||
class CAdvMapInt;
|
||||
class CCastleInterface;
|
||||
class CBattleInterface;
|
||||
class BattleInterface;
|
||||
class CComponent;
|
||||
class CSelectableComponent;
|
||||
class CSlider;
|
||||
@@ -84,7 +84,7 @@ public:
|
||||
static const int SAVES_COUNT = 5;
|
||||
|
||||
CCastleInterface * castleInt; //nullptr if castle window isn't opened
|
||||
static CBattleInterface * battleInt; //nullptr if no battle
|
||||
static BattleInterface * battleInt; //nullptr if no battle
|
||||
CInGameConsole * cingconsole;
|
||||
|
||||
std::shared_ptr<CCallback> cb; //to communicate with engine
|
||||
|
||||
Reference in New Issue
Block a user