Radium Engine
1.5.20
Loading...
Searching...
No Matches
Version.hpp
1
#pragma once
2
3
#include <Core/RaCore.hpp>
4
5
namespace
Ra
{
6
namespace
Version {
7
8
RA_CORE_API
extern
const
char
* compiler;
9
RA_CORE_API
extern
const
char
* compileFlags;
10
RA_CORE_API
extern
const
char
* compileDate;
11
RA_CORE_API
extern
const
char
* compileTime;
12
RA_CORE_API
extern
const
char
* gitChangeSet;
13
14
// TODO :
15
16
// extern const char* gitTag;
17
// extern const char* gitVersion;
18
// extern const char* versionName;
19
}
// namespace Version
20
}
// namespace Ra
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:3
src
Core
Utils
Version.hpp
Generated by
1.12.0