doom3-gpl
Doom 3 GPL source release
|
#include <FileSystem.h>
Public Attributes | |
struct backgroundDownload_s * | next |
dlType_t | opcode |
idFile * | f |
fileDownload_t | file |
urlDownload_t | url |
volatile bool | completed |
Definition at line 112 of file FileSystem.h.
volatile bool backgroundDownload_s::completed |
Definition at line 118 of file FileSystem.h.
idFile* backgroundDownload_s::f |
Definition at line 115 of file FileSystem.h.
fileDownload_t backgroundDownload_s::file |
Definition at line 116 of file FileSystem.h.
struct backgroundDownload_s* backgroundDownload_s::next |
Definition at line 113 of file FileSystem.h.
dlType_t backgroundDownload_s::opcode |
Definition at line 114 of file FileSystem.h.
urlDownload_t backgroundDownload_s::url |
Definition at line 117 of file FileSystem.h.