Starbound/source/base/StarVersion.hpp
2025-03-21 22:23:30 +11:00

16 lines
286 B
C++

#ifndef STAR_VERSION_HPP
#define STAR_VERSION_HPP
#include "StarConfig.hpp"
namespace Star {
extern char const* const StarVersionString;
extern char const* const StarSourceIdentifierString;
extern char const* const StarArchitectureString;
typedef uint32_t VersionNumber;
}
#endif