]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sys-post.qh
Remove the cvar wrappers that existed for the campaign, which are now useless thanks...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sys-post.qh
index a74e521ab0c935e48a92b0ef9546099e9e3b9b59..6ccb5918caa6990f1dd999036fdc97e22beabaff 100644 (file)
@@ -1,17 +1,9 @@
 #pragma once
 
-#undef objerror
 #undef droptofloor
 #undef sound
-#undef remove
-#undef cvar_set
-#undef cvar_string
-#undef cvar
 
-var float(string name) cvar;
-var string(string name) cvar_string;
-var void(string name, string value) cvar_set;
-var void remove(entity e);
+var void delete_fn(entity e);
 
 #undef IT_SHOTGUN
 #undef IT_SUPER_SHOTGUN