1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge pull request #503 from janisozaur/include-guards

Add missing include guards
This commit is contained in:
Alexander Shishkin
2018-10-30 05:09:16 +03:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#pragma once
namespace GameConstants
{
extern const char GIT_SHA1[];

View File

@@ -1,3 +1,5 @@
#pragma once
namespace vstd
{