added 'buffclear' - when you absolutely positivley must clear every bit in the room

This commit is contained in:
adam@algroup.co.uk 2009-07-03 10:17:52 +00:00
commit f23e056d95
4 changed files with 21 additions and 0 deletions

View file

@ -22,6 +22,7 @@ extern int CommandFinished;
extern int offline;
// command.cpp
static void CmdBuffClear(char *str);
static void GetFromBigBuf(BYTE *dest, int bytes);
static void CmdReset(char *str);
static void CmdQuit(char *str);