osb/source/core/StarVersion.hpp
Kae 7408981e13 use a version number rather than a bool
more flexible, allows for backwards compat with older OpenSB versions & not just vanilla Starbound
2024-09-11 18:22:44 +10:00

14 lines
241 B
C++

#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;
}