mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +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
|