X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=cmd.h;h=c8bf80ca4b6a1647040d8d716805c2b362b4b22d;hb=f853d1f291b3bf31b7572342c4d2e3dafa868776;hp=722fea6543815e3037fdc22ebe87de8ba29269fb;hpb=27b75893ba46058b5ca680f3c2aaae7233fe4270;p=xonotic%2Fdarkplaces.git diff --git a/cmd.h b/cmd.h index 722fea65..c8bf80ca 100644 --- a/cmd.h +++ b/cmd.h @@ -61,6 +61,8 @@ void Cbuf_InsertText (const char *text); * \note Do not call inside a command function! */ void Cbuf_Execute (void); +/*! Performs deferred commands and runs Cbuf_Execute, called by Host_Main */ +void Cbuf_Frame (void); //=========================================================================== @@ -165,5 +167,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