Browse Source

Add missing include guards

Michał Janiszewski 7 years ago
parent
commit
27953bd758
2 changed files with 4 additions and 0 deletions
  1. 2 0
      Version.h
  2. 2 0
      include/vstd/StringUtils.h

+ 2 - 0
Version.h

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

+ 2 - 0
include/vstd/StringUtils.h

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