1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +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
commit 3f49b981d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
{