#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