Skip to content

Commit

Permalink
Added EncodeDataBase64/DecodeDataBase64 that were missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
TSnake41 committed Nov 4, 2021
1 parent 262a663 commit e846857
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ void ClearDroppedFiles(void)
long GetFileModTime(const char *fileName)
unsigned char *CompressData(unsigned char *data, int dataLength, int *compDataLength)
unsigned char *DecompressData(unsigned char *compData, int compDataLength, int *dataLength)
char *EncodeDataBase64(const unsigned char *data, int dataLength, int *outputLength)
unsigned char *DecodeDataBase64(unsigned char *data, int *outputLength)
bool SaveStorageValue(unsigned int position, int value)
int LoadStorageValue(unsigned int position)
void OpenURL(const char *url)
Expand Down

0 comments on commit e846857

Please # to comment.