summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-03-04 20:36:04 +0100
committerRay <[email protected]>2021-03-04 20:36:04 +0100
commitb0845528081e33a163ad50707310f848046352b4 (patch)
tree9b09fc6c28b12bf925d31a937b35b53663d42047 /src/config.h
parent7ad1370193cf963b4142f480130a77803e9e682e (diff)
downloadraylib-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/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index ce943901..d0c8cfdd 100644
--- a/src/config.h
+++ b/src/config.h
@@ -203,6 +203,8 @@
//------------------------------------------------------------------------------------
// Module: utils - Configuration Flags
//------------------------------------------------------------------------------------
+// Standard file io library (stdio.h) included
+#define SUPPORT_STANDARD_FILEIO
// Show TRACELOG() output messages
// NOTE: By default LOG_DEBUG traces not shown
#define SUPPORT_TRACELOG 1