Przeglądaj źródła

Add missing include guards

Michał Janiszewski 7 lat temu
rodzic
commit
27953bd758
2 zmienionych plików z 4 dodań i 0 usunięć
  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
 {