mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-26 08:41:13 +02:00
13 lines
143 B
C++
13 lines
143 B
C++
#pragma once
|
|
|
|
#include "StdInc.h"
|
|
|
|
VCMI_LIB_NAMESPACE_BEGIN
|
|
|
|
namespace GameConstants
|
|
{
|
|
extern const char GIT_SHA1[];
|
|
}
|
|
|
|
VCMI_LIB_NAMESPACE_END
|