mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-19 17:12:06 +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
|