mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
10 lines
146 B
C
10 lines
146 B
C
|
#ifndef FILEDOWNLOADER_H
|
||
|
#define FILEDOWNLOADER_H
|
||
|
|
||
|
class FileDownloader {
|
||
|
public:
|
||
|
static void checkWebFiles();
|
||
|
};
|
||
|
|
||
|
#endif // FILEDOWNLOADER_H
|