]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/dpdefs/menudefs.qh
Remove client and menu sys-post and sys-pre
[xonotic/xonotic-data.pk3dir.git] / qcsrc / dpdefs / menudefs.qh
index be17852052256045cc65dd0cc490151416054314..83cb073a3e872e161e1ce4b3badd92e9a7fffe47 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef MENUDEFS_H
 #define MENUDEFS_H
 
+#pragma noref 1
+
 //////////////////////////////////////////////////////////
 // sys globals
 
@@ -566,4 +568,7 @@ string      getextresponse(void) = #624;
 const string cvar_string(string name) = #71;
 const string cvar_defstring(string name) = #89;
 float  stringwidth(string text, float handleColors, vector size) = #468;
+
+#pragma noref 0
+
 #endif