You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/raylib.h
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1161,9 +1161,10 @@ RLAPI unsigned char *CompressData(const unsigned char *data, int dataSize, int *
1161
1161
RLAPI unsignedchar*DecompressData(constunsigned char*compData, intcompDataSize, int*dataSize); // Decompress data (DEFLATE algorithm), memory must be MemFree()
1162
1162
RLAPIchar*EncodeDataBase64(constunsigned char*data, intdataSize, int*outputSize); // Encode data to Base64 string (includes NULL terminator), memory must be MemFree()
1163
1163
RLAPI unsignedchar*DecodeDataBase64(constchar*text, int*outputSize); // Decode Base64 string (expected NULL terminated), memory must be MemFree()
RLAPIAutomationEventListLoadAutomationEventList(constchar*fileName); // Load automation events list from file, NULL for empty list, capacity = MAX_AUTOMATION_EVENTS
0 commit comments