CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CYBEngineParameters.cpp
Go to the documentation of this file.
1 #include "CYB.hpp"
3 
4 const char* const CYB::Engine::Parameters::FTempPathName(u8"CyberEngineMkIII");
5 
7  return{
8  u8"CyberEngine Mark III",
9  u8"Copyright Dextraspace Entertainment",
14  __DATE__,
15  __TIME__ " EST",
16  };
17 }
Infomation about the running engine version.
static const char *const FTempPathName
The directory in the temp folder to use.
Precompiled header for inter-engine operations.
static API::EngineInformation CreateEngineInformation(void) noexcept
Creates the correct CYB::API::EngineInformation struct.