summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
authorRay <[email protected]>2017-04-21 00:08:00 +0200
committerRay <[email protected]>2017-04-21 00:08:00 +0200
commitecfe31bf1d2647dc52b8e1584e4b7f022049e09b (patch)
treeadbccc5074a7a2af5459d1cae0c4da66308bffe7 /src/core.c
parent8d3750e36d970d86507e6556bb2c61ee83e45e47 (diff)
downloadraylib-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 3f3bc6ea..ee069d97 100644
--- a/src/core.c
+++ b/src/core.c
@@ -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)