소스 검색

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
 {