1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-10 22:31:40 +02:00

Add missing include guards

This commit is contained in:
Michał Janiszewski
2018-10-29 16:30:50 +01:00
parent e814aca29f
commit 27953bd758
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
{