diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-04-25 05:40:33 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-04-25 05:40:33 +1000 |
commit | 6369ba9ec72f097d8cc9ab06bed0c6816da516c8 (patch) | |
tree | 716dc0d9221ff73c19b241d10740335168ce3b1b /source/core/StarVersion.hpp | |
parent | f1d1c1bc48725e624400900780514a2600d9999e (diff) |
add OpenStarbound version string, log it
Diffstat (limited to 'source/core/StarVersion.hpp')
-rw-r--r-- | source/core/StarVersion.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/StarVersion.hpp b/source/core/StarVersion.hpp index ad65875..90bc7ea 100644 --- a/source/core/StarVersion.hpp +++ b/source/core/StarVersion.hpp @@ -4,6 +4,7 @@ namespace Star { +extern char const* const OpenStarVersionString; extern char const* const StarVersionString; extern char const* const StarSourceIdentifierString; extern char const* const StarArchitectureString; |