1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00

- Fixed indentation for various files, sorry...

This commit is contained in:
beegee1 2013-04-14 19:24:31 +00:00
parent c10266ed97
commit 44bde4a1d3
10 changed files with 717 additions and 717 deletions

View File

@ -19,15 +19,15 @@ class ILogTarget;
namespace ELogLevel namespace ELogLevel
{ {
enum ELogLevel enum ELogLevel
{ {
NOT_SET = 0, NOT_SET = 0,
TRACE, TRACE,
DEBUG, DEBUG,
INFO, INFO,
WARN, WARN,
ERROR ERROR
}; };
} }
/// The class CLoggerDomain provides convenient access to super domains from a sub domain. /// The class CLoggerDomain provides convenient access to super domains from a sub domain.

View File

@ -57,14 +57,14 @@ struct DLL_LINKAGE SHeroName
namespace EAiTactic namespace EAiTactic
{ {
enum EAiTactic enum EAiTactic
{ {
NONE = -1, NONE = -1,
RANDOM, RANDOM,
WARRIOR, WARRIOR,
BUILDER, BUILDER,
EXPLORER EXPLORER
}; };
} }
/** /**
@ -384,18 +384,18 @@ public:
namespace ERiverType namespace ERiverType
{ {
enum ERiverType enum ERiverType
{ {
NO_RIVER, CLEAR_RIVER, ICY_RIVER, MUDDY_RIVER, LAVA_RIVER NO_RIVER, CLEAR_RIVER, ICY_RIVER, MUDDY_RIVER, LAVA_RIVER
}; };
} }
namespace ERoadType namespace ERoadType
{ {
enum ERoadType enum ERoadType
{ {
NO_ROAD, DIRT_ROAD, GRAVEL_ROAD, COBBLESTONE_ROAD NO_ROAD, DIRT_ROAD, GRAVEL_ROAD, COBBLESTONE_ROAD
}; };
} }
/** /**
@ -516,10 +516,10 @@ struct DLL_LINKAGE TerrainTile
namespace EMapFormat namespace EMapFormat
{ {
enum EMapFormat enum EMapFormat
{ {
INVALID, WOG=0x33, AB=0x15, ROE=0x0e, SOD=0x1c INVALID, WOG=0x33, AB=0x15, ROE=0x0e, SOD=0x1c
}; };
} }
/** /**

View File

@ -17,34 +17,34 @@ class CRandomGenerator;
namespace EWaterContent namespace EWaterContent
{ {
enum EWaterContent enum EWaterContent
{ {
RANDOM = -1, RANDOM = -1,
NONE, NONE,
NORMAL, NORMAL,
ISLANDS ISLANDS
}; };
} }
namespace EMonsterStrength namespace EMonsterStrength
{ {
enum EMonsterStrength enum EMonsterStrength
{ {
RANDOM = -1, RANDOM = -1,
WEAK, WEAK,
NORMAL, NORMAL,
STRONG STRONG
}; };
} }
namespace EPlayerType namespace EPlayerType
{ {
enum EPlayerType enum EPlayerType
{ {
HUMAN, HUMAN,
AI, AI,
COMP_ONLY COMP_ONLY
}; };
} }
/// The map gen options class holds values about general map generation settings /// The map gen options class holds values about general map generation settings