]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/urllib.qh
Work around the need to include net_linked.qh from sv_model.qc (temporary hack for...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / urllib.qh
index 8746409405c6f8cc96fb3d6caf6bfd833efd4d0e..00523a84f137adb1e9d1a393d7da07008070bfa7 100644 (file)
@@ -15,7 +15,7 @@ const float URL_READY_CLOSED   =  0;
 const float URL_READY_CANWRITE =  1;
 const float URL_READY_CANREAD  =  2;
 // errors: -1, or negative HTTP status code
-typedef void (entity handle, entity pass, float status) url_ready_func;
+USING(url_ready_func, void (entity handle, entity pass, float status));
 
 void url_single_fopen(string url, float mode, url_ready_func rdy, entity pass);
 void url_fclose(entity e);