ADDED small compression API
- ADDED: CompressData() - ADDED: DecompressData()
This commit is contained in:
parent
2d6bc1ff42
commit
ae2452d280
4 changed files with 44 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue