]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/doublejump/doublejump.qh
Purge autocvars.qh from the codebase, cvars are defined in the headers of the feature...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / doublejump / doublejump.qh
index 6f70f09beec2219624baeca92e2cd7deaa104fb4..35aa7fc8cc4738d7a2160b46dcb4c363a2d867ce 100644 (file)
@@ -1 +1,5 @@
 #pragma once
+
+#ifdef SVQC
+bool autocvar_sv_doublejump;
+#endif