code review
This commit is contained in:
committed by
Kueffner, Maximilian
parent
25b0ef0ff5
commit
3bfec0b13d
@@ -8,7 +8,5 @@
|
||||
#define LOGLEVELSELECT "Log Level"
|
||||
#define SHOWIMGUIDEMOS "ImGui Demos"
|
||||
|
||||
namespace
|
||||
{
|
||||
const char* LOGLEVELS[] = {"Trace", "Debug", "Info", "Warning", "Error"};
|
||||
}
|
||||
inline constexpr const char* LOGLEVELS[] = {"Trace", "Debug", "Info", "Warning", "Error"};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user