浏览代码

Add missing include guards

Michał Janiszewski 7 年之前
父节点
当前提交
27953bd758
共有 2 个文件被更改,包括 4 次插入0 次删除
  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
 {