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
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue