]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
added NetConn_SleepMicroseconds function, and LHNET_SleepUntilPacket_Microseconds...
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index f7d9d17c1a6f97ced9779902e6d3747733c5fbe4..130e3cde3107395ec99081529751ae806e4a8c0b 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -86,6 +86,7 @@ extern cmd_source_t cmd_source;
 void Cmd_Init (void);
 void Cmd_Shutdown (void);
 
+void Cmd_AddCommand_WithClientCommand (const char *cmd_name, xcommand_t consolefunction, xcommand_t clientfunction, const char *description);
 void Cmd_AddCommand (const char *cmd_name, xcommand_t function, const char *description);
 // called by the init functions of other parts of the program to
 // register commands and functions to call for them.