#include "lib/external_libraries/curl.h"
#include "lib/os_path.h"
#include "scriptinterface/ScriptForward.h"
#include <map>
#include <sodium.h>
#include <string>
#include <vector>
Go to the source code of this file.
|
| enum class | DownloadProgressStatus {
NONE
, GAMEID
, READY
, LISTING
,
LISTED
, DOWNLOADING
, SUCCESS
, FAILED_GAMEID
,
FAILED_LISTING
, FAILED_DOWNLOADING
, FAILED_FILECHECK
} |
| |
◆ DownloadProgressStatus
| Enumerator |
|---|
| NONE | |
| GAMEID | |
| READY | |
| LISTING | |
| LISTED | |
| DOWNLOADING | |
| SUCCESS | |
| FAILED_GAMEID | |
| FAILED_LISTING | |
| FAILED_DOWNLOADING | |
| FAILED_FILECHECK | |
◆ g_ModIo