CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EngineInformation.hpp
Go to the documentation of this file.
1 #pragma once
3 namespace CYB {
4  namespace API {
7  public:
10  const unsigned short FCopyrightYear;
13  const unsigned int FVersionRevision;
15  FCompileTime;
16  };
17  };
18 };
Infomation about the running engine version.
const unsigned short FCopyrightYear
Engine copyright year.
const API::String::Static FEngineCopyrightString
Engine copyright.
const API::String::Static FEngineName
Engine name.
unsigned char byte
It's a byte, 8 bits, etc...
Definition: Types.hpp:4
const API::String::Static FCompileTime
Engine compile time.
A string pointing to unchanging data in the stack above it or the data segment. Must have UTF-8 encod...
Definition: StaticString.hpp:7
const byte FVersionMinor
Engine minor version.
const API::String::Static FCompileDate
Engine compile date.
const byte FVersionMajor
Engine major version.
const unsigned int FVersionRevision
Engine release revision.