Elaztek Developer Hub
Blamite Game Engine - Keystone  00420.05.12.24.2119.blamite
A library that enables the use of Qt in Blamite's editing tools.
version.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 #include <Strings/components/resources/version/version.h>
5 
6 #ifndef KEYSTONE
7 #define KEYSTONE
8 #endif
9 
10 namespace BlamKeystone
11 {
17  KEYSTONE BlamVersion GetVersion();
18 }
BlamKeystone
Namespace for anything within the Keystone library.
Definition: BlamEditorDocument.h:177
KEYSTONE
#define KEYSTONE
Definition: version.h:7
version.h
keystone_version
BlamVersion keystone_version
The Keystone version class.
Definition: version.cpp:6
BlamKeystone::GetVersion
KEYSTONE BlamVersion GetVersion()
Retrieves the current version of Keystone.
Definition: version.cpp:8