diff options
| author | Ray <[email protected]> | 2017-04-21 00:08:00 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-04-21 00:08:00 +0200 |
| commit | ecfe31bf1d2647dc52b8e1584e4b7f022049e09b (patch) | |
| tree | adbccc5074a7a2af5459d1cae0c4da66308bffe7 /src/core.c | |
| parent | 8d3750e36d970d86507e6556bb2c61ee83e45e47 (diff) | |
| download | raylib-ecfe31bf1d2647dc52b8e1584e4b7f022049e09b.tar.gz raylib-ecfe31bf1d2647dc52b8e1584e4b7f022049e09b.zip | |
Make TraceLog() public to the API
enum LogType could require some revision...
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
