summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-27 13:18:15 +0100
committerRay <[email protected]>2020-02-27 13:18:15 +0100
commit23bde477e56714c4d10e017abad00401207c1a12 (patch)
treee58f679936a17680912c6278fe18a637dcb35257 /src/config.h
parent229494766068e9bfb518e596e18d6f8413df3ff5 (diff)
downloadraylib-23bde477e56714c4d10e017abad00401207c1a12.tar.gz
raylib-23bde477e56714c4d10e017abad00401207c1a12.zip
REDESIGN: LoadStorageValue()/SaveStorageValue()
Using new file I/O ABI
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 91e0decf..9367faa7 100644
--- a/src/config.h
+++ b/src/config.h
@@ -60,6 +60,8 @@
//#define SUPPORT_HIGH_DPI 1
// Support CompressData() and DecompressData() functions
#define SUPPORT_COMPRESSION_API 1
+#define SUPPORT_DATA_STORAGE 1
+// Support saving binary data automatically to a generated storage.data file. This file is managed internally.
//------------------------------------------------------------------------------------
// Module: rlgl - Configuration Flags