Xonotic
|
#include "rootdialog.qh"
Go to the source code of this file.
Classes | |
class | XonoticToSDialog |
Functions | |
void | XonoticToS_OnGet (entity fh, entity me, int status) |
Variables | |
int | autocvar__termsofservice_accepted |
const string | termsofservice_url = "http://update.xonotic.org/tos.txt" |
Definition at line 31 of file dialog_termsofservice.qc.
References strcat(), strfree, strzone(), url_fclose(), url_fgets(), URL_READY_CANREAD, URL_READY_CLOSED, and URL_READY_ERROR.
Referenced by XonoticToSDialog_loadXonoticToS().
int autocvar__termsofservice_accepted |
Definition at line 3 of file dialog_termsofservice.qh.
Referenced by XonoticToSDialog_fill(), and XonoticToSDialog_shouldShow().
const string termsofservice_url = "http://update.xonotic.org/tos.txt" |
Definition at line 4 of file dialog_termsofservice.qh.
Referenced by XonoticToSDialog_loadXonoticToS().