![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <libcurl.h>
Data Fields | |
char | filename [MAX_QPATH] |
double | progress |
qbool | queued |
double | speed |
char Curl_downloadinfo_t::filename[MAX_QPATH] |
Definition at line 40 of file libcurl.h.
Referenced by Curl_GetDownloadInfo().
double Curl_downloadinfo_t::progress |
Definition at line 41 of file libcurl.h.
Referenced by Curl_GetDownloadInfo().
qbool Curl_downloadinfo_t::queued |
Definition at line 43 of file libcurl.h.
Referenced by Curl_GetDownloadInfo().
double Curl_downloadinfo_t::speed |
Definition at line 42 of file libcurl.h.
Referenced by Curl_GetDownloadInfo().