X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Futil.qh;h=ace912dc21394bbcde6a5a6e9398eb443eecbd7a;hb=3188aedc78fc6c0f613adbfe8f1297ef5cb6a730;hp=55d994115652b37a4194fe244afc3781d7183057;hpb=b49d3f3ffff847ec761e15fcc6285a736cddcba3;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/util.qh b/qcsrc/menu/xonotic/util.qh index 55d994115..ace912dc2 100644 --- a/qcsrc/menu/xonotic/util.qh +++ b/qcsrc/menu/xonotic/util.qh @@ -18,3 +18,16 @@ void unloadTooltips(); 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);