diff options
| author | Ray San <[email protected]> | 2017-09-29 13:56:37 +0200 |
|---|---|---|
| committer | Ray San <[email protected]> | 2017-09-29 13:56:37 +0200 |
| commit | c45eeb80245f52f694a33ada6212fa62e85d1206 (patch) | |
| tree | 61c16877ee27b300a067258fc4e7a3a05dca2152 /src/utils.c | |
| parent | becddd7725d8cb544957af1d1cb0d44333bf37d9 (diff) | |
| download | raylib-c45eeb80245f52f694a33ada6212fa62e85d1206.tar.gz raylib-c45eeb80245f52f694a33ada6212fa62e85d1206.zip | |
Code tweaks and comments for Android
Diffstat (limited to 'src/utils.c')
| -rw-r--r-- | src/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.c b/src/utils.c index cd4638af..967ed916 100644 --- a/src/utils.c +++ b/src/utils.c @@ -47,6 +47,7 @@ #define SUPPORT_TRACELOG // Output tracelog messages //#define SUPPORT_TRACELOG_DEBUG // Avoid LOG_DEBUG messages tracing +#include "raylib.h" // WARNING: Required for: LogType enum #include "utils.h" #if defined(PLATFORM_ANDROID) |
