(986a3bf)
#include "net/download.h"
#include "configuration.h"
#include "logger.h"
#include "settings.h"
#include "fs/files.h"
#include "utils/cast.h"
#include "utils/sdlhelper.h"
#include <zlib.h>
#include <fstream>
#include <sstream>
#include "debug.h"
Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
OPTIONS_NONE | |
OPTIONS_MEMORY | |
Definition at line 46 of file download.cpp.
◆ DOWNLOAD_ERROR_MESSAGE_THREAD
char* DOWNLOAD_ERROR_MESSAGE_THREAD = "Could not create download thread!" |
◆ isTerminate
volatile bool isTerminate |
|
extern |