]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
fix a typo in the watchpoints code that warns
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index 826581d177259195a523f58bf842749bda98aec1..c8bf80ca4b6a1647040d8d716805c2b362b4b22d 100644 (file)
--- 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);
 
 //===========================================================================