mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-10 13:28:16 +00:00
REVIEWED: Libs include order
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user