summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-02-13 20:15:16 +0100
committerAki <please@ignore.pl>2022-02-13 20:15:16 +0100
commitb548f24de45429537d7b791b4a1b7bd740881914 (patch)
treed065d7d556e59fc801f6cb27bb0384bfe47d02f6
parentd53a5745b6166b3d2701000599d09423dfdd792d (diff)
downloadstarshatter-b548f24de45429537d7b791b4a1b7bd740881914.zip
starshatter-b548f24de45429537d7b791b4a1b7bd740881914.tar.gz
starshatter-b548f24de45429537d7b791b4a1b7bd740881914.tar.bz2
Added forgotten header guard
-rw-r--r--Stars45/VersionInfo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Stars45/VersionInfo.h b/Stars45/VersionInfo.h
index 9b61dd4..44c55dc 100644
--- a/Stars45/VersionInfo.h
+++ b/Stars45/VersionInfo.h
@@ -4,4 +4,9 @@
Copyright (c) 1997-2006, Destroyer Studios LLC.
*/
+#ifndef VersionInfo_H
+#define VersionInfo_H
+
extern const char* versionInfo;
+
+#endif // VersionInfo_H