doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
backgroundDownload_s Struct Reference

#include <FileSystem.h>

Public Attributes

struct backgroundDownload_snext
 
dlType_t opcode
 
idFilef
 
fileDownload_t file
 
urlDownload_t url
 
volatile bool completed
 

Detailed Description

Definition at line 112 of file FileSystem.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: