]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sv_main.qh
Remove the g_ prefix from some server code files and rename sv_main to main
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qh
diff --git a/qcsrc/server/sv_main.qh b/qcsrc/server/sv_main.qh
deleted file mode 100644 (file)
index dc3d80d..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#pragma once
-
-bool expr_evaluate(string s);
-
-#ifdef PROFILING
-float client_cefc_accumulator;
-float client_cefc_accumulatortime;
-#endif
-
-float servertime, serverprevtime, serverframetime;
-
-.vector oldvelocity; // for fall damage
-
-.float watersound_finished;
-
-.bool iscreature;
-.float species;
-
-.float contents_damagetime;
-
-/*
-==================
-main
-
-unused but required by the engine
-==================
-*/
-void main ();