Mana
|
#include "net/download.h"
#include "configuration.h"
#include "log.h"
#include "main.h"
#include "utils/stringutils.h"
#include <SDL.h>
#include <SDL_thread.h>
#include <zlib.h>
Go to the source code of this file.
Namespaces | |
namespace | Net |
The network communication layer. | |
Variables | |
constexpr char | DOWNLOAD_ERROR_MESSAGE_THREAD [] = "Could not create download thread!" |
|
constexpr |
Definition at line 34 of file download.cpp.