* Persistent console history
This commit is contained in:
parent
5a29e8df50
commit
8a6be4aef4
7 changed files with 158 additions and 6 deletions
|
@ -682,6 +682,9 @@ void Swap_Init (void);
|
|||
*/
|
||||
char * QDECL va(char *format, ...);
|
||||
|
||||
#define TRUNCATE_LENGTH 64
|
||||
void Com_TruncateLongString( char *buffer, const char *s );
|
||||
|
||||
//=============================================
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue