We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262a663 commit e846857Copy full SHA for e846857
tools/api.h
@@ -119,6 +119,8 @@ void ClearDroppedFiles(void)
119
long GetFileModTime(const char *fileName)
120
unsigned char *CompressData(unsigned char *data, int dataLength, int *compDataLength)
121
unsigned char *DecompressData(unsigned char *compData, int compDataLength, int *dataLength)
122
+char *EncodeDataBase64(const unsigned char *data, int dataLength, int *outputLength)
123
+unsigned char *DecodeDataBase64(unsigned char *data, int *outputLength)
124
bool SaveStorageValue(unsigned int position, int value)
125
int LoadStorageValue(unsigned int position)
126
void OpenURL(const char *url)
0 commit comments