REVIEWED: Libs include order

This commit is contained in:
Ray
2023-10-09 11:17:22 +02:00
parent f93d0ff9bc
commit cfffa74f96
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@
#include <android/asset_manager.h> // Required for: AAssetManager
#endif
#if defined(SUPPORT_TRACELOG) && !defined(TRACELOG)
#if defined(SUPPORT_TRACELOG)
#define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
#if defined(SUPPORT_TRACELOG_DEBUG)