diff options
| author | Ray <[email protected]> | 2023-10-09 11:17:22 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-10-09 11:17:22 +0200 |
| commit | cfffa74f96c06231f6fa327e9cc52863b18d52b2 (patch) | |
| tree | 354ca1ec27cc3bff831a78effdd263a35add88a7 /src/utils.h | |
| parent | f93d0ff9bc72749e66b99e8813fb41fd7b8bb813 (diff) | |
| download | raylib-cfffa74f96c06231f6fa327e9cc52863b18d52b2.tar.gz raylib-cfffa74f96c06231f6fa327e9cc52863b18d52b2.zip | |
REVIEWED: Libs include order
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 6ec0f7f1..ff8246a7 100644 --- a/src/utils.h +++ b/src/utils.h @@ -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) |
