Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
ErrorCodes.cpp
Go to the documentation of this file.
2
3namespace Divide
4{
5 static_assert(std::size( Names::errorCode ) == to_base( ErrorCode::COUNT ) + 1u, "ErrorCode name array out of sync!");
6} //namespace Divide
static const char * errorCode[]
Definition: ErrorCodes.h:79
Handle console commands that start with a forward slash.
Definition: AIProcessor.cpp:7
constexpr auto to_base(const Type value) -> Type