Code tweaks and comments for Android

This commit is contained in:
Ray San 2017-09-29 13:56:37 +02:00
parent becddd7725
commit c45eeb8024
2 changed files with 9 additions and 5 deletions

View file

@ -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)