diff options
| author | Ray <[email protected]> | 2019-09-09 21:56:16 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-09-09 21:56:16 +0200 |
| commit | ae2452d280a07952529ea82bcc2288d73bc3ccdf (patch) | |
| tree | a5c7d94b2a34392e11855e4abd17b094ead9491a /src/config.h.in | |
| parent | 2d6bc1ff429a25313415c55f6683956cf6f5ebdc (diff) | |
| download | raylib-ae2452d280a07952529ea82bcc2288d73bc3ccdf.tar.gz raylib-ae2452d280a07952529ea82bcc2288d73bc3ccdf.zip | |
ADDED small compression API
- ADDED: CompressData()
- ADDED: DecompressData()
Diffstat (limited to 'src/config.h.in')
| -rw-r--r-- | src/config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 10e37726..6a71b77b 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -19,6 +19,8 @@ #cmakedefine SUPPORT_GIF_RECORDING 1 // Support high DPI displays #cmakedefine SUPPORT_HIGH_DPI 1 +// Support CompressData() and DecompressData() functions +#cmakedefine SUPPORT_COMPRESSION_API 1 // rlgl.h // Support VR simulation functionality (stereo rendering) |
