X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=cmd.h;h=826581d177259195a523f58bf842749bda98aec1;hb=cfee52a1ec9db338098789cae89ae5cf1f7a6fbf;hp=722fea6543815e3037fdc22ebe87de8ba29269fb;hpb=e267b18ea5e1e6ab71b14db5a12a803cd0554421;p=xonotic%2Fdarkplaces.git diff --git a/cmd.h b/cmd.h index 722fea65..826581d1 100644 --- 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