From b548f24de45429537d7b791b4a1b7bd740881914 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 13 Feb 2022 20:15:16 +0100 Subject: Added forgotten header guard --- Stars45/VersionInfo.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Stars45') 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 -- cgit v1.1