]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/main.qh
Replace some of the remaining cvar globals with autocvars, allows changing a few...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / main.qh
index e89d68304fca70e855c4d7a53377942db095f15d..515ec62e61fba5b1336a411c7bfa8d397929c254 100644 (file)
@@ -3,6 +3,10 @@
 /** print(), but only print if the server is not local */
 void dedicated_print(string input);
 
+void remove_safely(entity e);
+
+void remove_unsafely(entity e);
+
 bool expr_evaluate(string s);
 
 #ifdef PROFILING