1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/Version.h

13 lines
143 B
C++
Raw Normal View History

2018-10-29 17:30:50 +02:00
#pragma once
2022-08-16 15:42:27 +02:00
#include "StdInc.h"
VCMI_LIB_NAMESPACE_BEGIN
2022-08-16 15:42:27 +02:00
namespace GameConstants
{
extern const char GIT_SHA1[];
}
VCMI_LIB_NAMESPACE_END