1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Disabled git version of C::B projects

This commit is contained in:
AlexVinS
2016-10-27 16:27:10 +03:00
parent da1c9cf249
commit 1ccb0d98be
3 changed files with 16 additions and 2 deletions

View File

@@ -11,11 +11,10 @@
*/
#include "ConstTransitivePtr.h"
#include "Version.h"
namespace GameConstants
{
const std::string VCMI_VERSION = std::string("VCMI 0.98h ") + GIT_SHA1;
DLL_LINKAGE extern const std::string VCMI_VERSION;
const int BFIELD_WIDTH = 17;
const int BFIELD_HEIGHT = 11;