X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Futil.qh;h=ace912dc21394bbcde6a5a6e9398eb443eecbd7a;hp=78eb7c1c43caa7cea3019c50652e7ab4173497db;hb=eb02f2e761b1a2057b640be43a6f7abc8bcfac74;hpb=992529cda6e328df91113b580eae2f1b3ef0cdfd diff --git a/qcsrc/menu/xonotic/util.qh b/qcsrc/menu/xonotic/util.qh index 78eb7c1c43..ace912dc21 100644 --- a/qcsrc/menu/xonotic/util.qh +++ b/qcsrc/menu/xonotic/util.qh @@ -20,3 +20,14 @@ string getZonedTooltipForIdentifier(string s); string resolvemod(string m); string HUD_Panel_GetSettingName(float setting); + +float URI_GET_DISCARD = 0; + +float URI_GET_UPDATENOTIFICATION = 1; +void UpdateNotification_URI_Get_Callback(float id, float status, string data); + +float URI_GET_CURL = 2; +float URI_GET_CURL_END = 9; +void Curl_URI_Get_Callback(float id, float status, string data); + +void URI_Get_Callback(float id, float status, string data);