mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-13 11:40:38 +02:00
11 lines
123 B
C++
11 lines
123 B
C++
#pragma once
|
|
|
|
VCMI_LIB_NAMESPACE_BEGIN
|
|
|
|
namespace GameConstants
|
|
{
|
|
extern const char GIT_SHA1[];
|
|
}
|
|
|
|
VCMI_LIB_NAMESPACE_END
|