Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarVersion.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarVersion.hpp')
-rw-r--r--source/core/StarVersion.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/core/StarVersion.hpp b/source/core/StarVersion.hpp
new file mode 100644
index 0000000..ad65875
--- /dev/null
+++ b/source/core/StarVersion.hpp
@@ -0,0 +1,13 @@
+#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;
+
+}