diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-11 18:22:44 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-11 18:22:44 +1000 |
commit | 7408981e131f7cdd897a3c5924ea14b272986e88 (patch) | |
tree | 4e99c67e587aa7c1e9b4dbd046177efbc4ba4011 /source/base/StarVersion.hpp | |
parent | 5a75473e16afb8152aab943fd316d9820835f465 (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.hpp | 13 |
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; - -} |