WARNING: BREAKING: REVIEWED some enums naming

Now enum names are more consistent between them.
This commit is contained in:
Ray
2021-03-19 13:19:54 +01:00
parent 664fbb87f5
commit a1d9987e7c
6 changed files with 96 additions and 99 deletions

View File

@@ -294,7 +294,7 @@ typedef enum {
LOG_ERROR,
LOG_FATAL,
LOG_NONE
} TraceLogType;
} TraceLogLevel;
#endif
// NOTE: Different logic is used when feeding data to the playback device