]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
major overhaul for thread-safety - many global variables and static
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index 722fea6543815e3037fdc22ebe87de8ba29269fb..826581d177259195a523f58bf842749bda98aec1 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -165,5 +165,7 @@ void Cmd_Print(const char *text);
 /// enclosing quote marks are also put.
 qboolean Cmd_QuoteString(char *out, size_t outlen, const char *in, const char *quoteset, qboolean putquotes);
 
+void Cmd_ClearCsqcFuncs (void);
+
 #endif