]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/urllib.qh
make urllib actually work
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / urllib.qh
index 603aae90d44b9f30d8e29313131b12624a89c018..a7735ed4f3f9ee1b05d279366125e7dfe0dd4a05 100644 (file)
@@ -12,3 +12,5 @@ void url_fputs(entity e, string s);
 
 // returns true if handled
 float url_URI_Get_Callback(float id, float status, string data);
+#define MIN_URL_ID 128
+#define NUM_URL_ID 64