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/textures.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/textures.c')
| -rw-r--r-- | src/textures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c index af95f9dc..7013038d 100644 --- a/src/textures.c +++ b/src/textures.c @@ -65,7 +65,7 @@ // Required for: rlglLoadTexture() rlDeleteTextures(), // rlglGenerateMipmaps(), some funcs for DrawTexturePro() -#include "utils.h" // Required for: fopen() Android mapping, TraceLog() +#include "utils.h" // Required for: fopen() Android mapping // Support only desired texture formats on stb_image #if !defined(SUPPORT_FILEFORMAT_BMP) |
