wxhelper/src/download.h
2023-03-30 23:08:15 +08:00

7 lines
130 B
C

#ifndef DOWNLOAD_H_
#define DOWNLOAD_H_
int DoDownloadTask(ULONG64 msg_id);
int GetVoice(ULONG64 msg_id,wchar_t * dir);
#endif