]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Don't define CCR and related autocvars in the menu
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index 547384cdd3f18be418c550a88a7d2d7f81045611..7ae9ab42a8adc8ab8e1c7c96b3971594ed4a06e4 100644 (file)
@@ -256,7 +256,9 @@ void FindConnectedComponent(entity e, .entity fld, findNextEntityNearFunction_t
 #define fprintf(file, ...) fputs(file, sprintf(__VA_ARGS__))
 #define bprintf(...) bprint(sprintf(__VA_ARGS__))
 
+#ifdef GAMEQC
 string CCR(string input);
+#endif
 
 #ifdef GAMEQC
        #ifdef CSQC