ADDED small compression API

- ADDED: CompressData()
 - ADDED: DecompressData()
This commit is contained in:
Ray
2019-09-09 21:56:16 +02:00
parent 2d6bc1ff42
commit ae2452d280
4 changed files with 44 additions and 1 deletions

View File

@ -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)