diff --git a/src/config.h.in b/src/config.h.in index 5f645233e..4cb217b5c 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -21,6 +21,8 @@ #cmakedefine SUPPORT_HIGH_DPI 1 // Support CompressData() and DecompressData() functions #cmakedefine SUPPORT_COMPRESSION_API 1 +// Support for persistent data storage +#cmakedefine SUPPORT_DATA_STORAGE 1 // rlgl.h // Support VR simulation functionality (stereo rendering)