linapple-pie/src/DiskFTP.h

7 lines
228 B
C

#pragma once
extern TCHAR g_sFTPDirListing[512]; // name for FTP-directory listing
/* Choose an image using FTP */
bool ChooseAnImageFTP(int sx,int sy, char *ftp_dir, int slot, char **filename, bool *isdir, int *index_file);