1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

VCMIDirs update #4

Added stderr color handling
Updated logger to use boost::filesystem::path. Minor fixes.
Some classes are now structs.
This commit is contained in:
Karol
2014-08-11 20:17:17 +02:00
parent a302f6c7ad
commit c16e7d4bcf
9 changed files with 120 additions and 241 deletions

View File

@ -13,7 +13,7 @@
*
*/
class BattleInfo;
struct BattleInfo;
class CGameState;
class DLL_LINKAGE CArmedInstance: public CGObjectInstance, public CBonusSystemNode, public CCreatureSet

View File

@ -13,7 +13,7 @@
*
*/
class BankConfig;
struct BankConfig;
class CBankInstanceConstructor;
class DLL_LINKAGE CBank : public CArmedInstance

View File

@ -19,7 +19,7 @@
class CHero;
class CGBoat;
class CGTownInstance;
class TerrainTile;
struct TerrainTile;
class CGHeroPlaceholder : public CGObjectInstance
{

View File

@ -14,7 +14,7 @@
*
*/
class InfoWindow;
struct InfoWindow;
class DLL_LINKAGE CGPandoraBox : public CArmedInstance
{

View File

@ -19,7 +19,7 @@
class CGHeroInstance;
class IGameCallback;
class CGObjectInstance;
class MetaString;
struct MetaString;
struct BattleResult;
class DLL_LINKAGE IObjectInterface