]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/dpdefs/menudefs.qh
Move objerror to qc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / dpdefs / menudefs.qh
index 7d4dcc6af589598f1fa5abd72f5f29c4dee8790e..939a86adb359c502e8ddc767da306077ec6256f7 100644 (file)
@@ -19,6 +19,8 @@
 
 #undef spawn
 
+#define localcmd cmd
+
 int(string str, string sub, int startpos) _strstrofs = #221;
 #define strstrofs _strstrofs
 int(string str, int ofs) _str2chr = #222;
@@ -38,6 +40,8 @@ int(string s1, string s2, int len) _strncasecmp = #230;
 int() _buf_create = #440;
 #define buf_create _buf_create
 
+bool(entity ent) wasfreed = #353;
+
 #pragma noref 0
 
 #endif