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 | |
| 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')
| -rw-r--r-- | src/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 250b702a..068e2c43 100644 --- a/src/config.h +++ b/src/config.h @@ -56,7 +56,8 @@ #define SUPPORT_GIF_RECORDING 1 // Allow scale all the drawn content to match the high-DPI equivalent size (only PLATFORM_DESKTOP) //#define SUPPORT_HIGH_DPI 1 - +// Support CompressData() and DecompressData() functions +#define SUPPORT_COMPRESSION_API 1 //------------------------------------------------------------------------------------ // Module: rlgl - Configuration Flags |
