]> 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 d66da5a0e53497f6a5048ce173e6ea7ed12c3b00..6ccb5918caa6990f1dd999036fdc97e22beabaff 100644 (file)
@@ -1,18 +1,32 @@
-#ifndef SERVER_SYS_POST_H
-#define SERVER_SYS_POST_H
+#pragma once
 
-#pragma noref 0
-
-#undef ATTEN_NORM
-#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;
-#endif
\ No newline at end of file
+var void delete_fn(entity e);
+
+#undef IT_SHOTGUN
+#undef IT_SUPER_SHOTGUN
+#undef IT_NAILGUN
+#undef IT_SUPER_NAILGUN
+#undef IT_GRENADE_LAUNCHER
+#undef IT_ROCKET_LAUNCHER
+#undef IT_LIGHTNING
+#undef IT_EXTRA_WEAPON
+#undef IT_SHELLS
+#undef IT_NAILS
+#undef IT_ROCKETS
+#undef IT_CELLS
+#undef IT_AXE
+#undef IT_ARMOR1
+#undef IT_ARMOR2
+#undef IT_ARMOR3
+#undef IT_SUPERHEALTH
+#undef IT_KEY1
+#undef IT_KEY2
+#undef IT_INVISIBILITY
+#undef IT_INVULNERABILITY
+#undef IT_SUIT
+#undef IT_QUAD
+
+#pragma noref 0