doom3-gpl
Doom 3 GPL source release
|
#include <FileSystem.h>
Public Attributes | |
idStr | url |
char | dlerror [MAX_STRING_CHARS] |
int | dltotal |
int | dlnow |
int | dlstatus |
dlStatus_t | status |
Definition at line 97 of file FileSystem.h.
char urlDownload_s::dlerror[MAX_STRING_CHARS] |
Definition at line 99 of file FileSystem.h.
int urlDownload_s::dlnow |
Definition at line 101 of file FileSystem.h.
int urlDownload_s::dlstatus |
Definition at line 102 of file FileSystem.h.
int urlDownload_s::dltotal |
Definition at line 100 of file FileSystem.h.
dlStatus_t urlDownload_s::status |
Definition at line 103 of file FileSystem.h.
idStr urlDownload_s::url |
Definition at line 98 of file FileSystem.h.