Make TraceLog() public to the API
enum LogType could require some revision...
This commit is contained in:
parent
8d3750e36d
commit
ecfe31bf1d
6 changed files with 28 additions and 12 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue