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:
commit
3f49b981d5
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
namespace GameConstants
|
||||
{
|
||||
extern const char GIT_SHA1[];
|
||||
|
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
namespace vstd
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user