nesca/FileDownloader.h
2015-04-01 22:23:52 +03:00

11 lines
168 B
C++

#ifndef FILEDOWNLOADER_H
#define FILEDOWNLOADER_H
class FileDownloader {
public:
static bool running;
static void checkWebFiles();
};
#endif // FILEDOWNLOADER_H