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/text.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/text.c')
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ #include <stdarg.h> // Required for: va_list, va_start(), vfprintf(), va_end() #include <stdio.h> // Required for: FILE, fopen(), fclose(), fscanf(), feof(), rewind(), fgets() -#include "utils.h" // Required for: IsFileExtension() +#include "utils.h" // Required for: fopen() Android mapping #if defined(SUPPORT_FILEFORMAT_TTF) // Following libs are used on LoadTTF() |
