Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/base/StarVersion.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-09-11 18:22:44 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-09-11 18:22:44 +1000
commit7408981e131f7cdd897a3c5924ea14b272986e88 (patch)
tree4e99c67e587aa7c1e9b4dbd046177efbc4ba4011 /source/base/StarVersion.hpp
parent5a75473e16afb8152aab943fd316d9820835f465 (diff)
use a version number rather than a bool
more flexible, allows for backwards compat with older OpenSB versions & not just vanilla Starbound
Diffstat (limited to 'source/base/StarVersion.hpp')
-rw-r--r--source/base/StarVersion.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/base/StarVersion.hpp b/source/base/StarVersion.hpp
deleted file mode 100644
index ad65875..0000000
--- a/source/base/StarVersion.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include "StarConfig.hpp"
-
-namespace Star {
-
-extern char const* const StarVersionString;
-extern char const* const StarSourceIdentifierString;
-extern char const* const StarArchitectureString;
-
-typedef uint32_t VersionNumber;
-
-}