diff options
| author | Ray <[email protected]> | 2021-03-04 20:36:04 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-04 20:36:04 +0100 |
| commit | b0845528081e33a163ad50707310f848046352b4 (patch) | |
| tree | 9b09fc6c28b12bf925d31a937b35b53663d42047 /src/textures.c | |
| parent | 7ad1370193cf963b4142f480130a77803e9e682e (diff) | |
| download | raylib-b0845528081e33a163ad50707310f848046352b4.tar.gz raylib-b0845528081e33a163ad50707310f848046352b4.zip | |
ADDED: Config flag: SUPPORT_STANDARD_FILEIO
This new flag allows omitting stdio.h library in case of a custom implementation is used.
Diffstat (limited to 'src/textures.c')
| -rw-r--r-- | src/textures.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c index ea3bd371..0d78c2a2 100644 --- a/src/textures.c +++ b/src/textures.c @@ -65,7 +65,6 @@ #endif #include <stdlib.h> // Required for: malloc(), free() -#include <stdio.h> // Required for: FILE, fopen(), fclose(), fread() #include <string.h> // Required for: strlen() [Used in ImageTextEx()] #include <math.h> // Required for: fabsf() |
