summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2022-07-05 13:24:14 +0200
committerRay <[email protected]>2022-07-05 13:24:14 +0200
commite722a8dbef59cf0ecccf141af61e1e1c8a24849f (patch)
treef7958e9d9708f252203584e088e422eda9352fb4 /src/config.h
parente0f0a5f663af0c12cfe6a88fec4634358e76d126 (diff)
downloadraylib-e722a8dbef59cf0ecccf141af61e1e1c8a24849f.tar.gz
raylib-e722a8dbef59cf0ecccf141af61e1e1c8a24849f.zip
WARNING: BREAKING: REMOVED: `*StorageValue()` functions
Those functions were platform dependent and user has no control over the file created. They have been removed from raylib and just moved to `core_storage_values` example.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 8a20f174..132b8cee 100644
--- a/src/config.h
+++ b/src/config.h
@@ -63,8 +63,6 @@
#define SUPPORT_GIF_RECORDING 1
// Support CompressData() and DecompressData() functions
#define SUPPORT_COMPRESSION_API 1
-// Support saving binary data automatically to a generated storage.data file. This file is managed internally.
-#define SUPPORT_DATA_STORAGE 1
// Support automatic generated events, loading and recording of those events when required
//#define SUPPORT_EVENTS_AUTOMATION 1
// Support custom frame control, only for advance users