Make TraceLog() public to the API

enum LogType could require some revision...
This commit is contained in:
Ray 2017-04-21 00:08:00 +02:00
parent 8d3750e36d
commit ecfe31bf1d
6 changed files with 28 additions and 12 deletions

View file

@ -81,7 +81,7 @@
#include "raylib.h"
#include "rlgl.h" // raylib OpenGL abstraction layer to OpenGL 1.1, 3.3+ or ES2
#include "utils.h" // Required for: fopen() Android mapping, TraceLog()
#include "utils.h" // Required for: fopen() Android mapping
#define RAYMATH_IMPLEMENTATION // Use raymath as a header-only library (includes implementation)
#define RAYMATH_EXTERN_INLINE // Compile raymath functions as static inline (remember, it's a compiler hint)