mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
7 lines
72 B
C++
7 lines
72 B
C++
#pragma once
|
|
|
|
namespace GameConstants
|
|
{
|
|
extern const char GIT_SHA1[];
|
|
}
|