q_shared.h zurückrollen

This commit is contained in:
Yamagi Burmeister 2009-03-03 00:18:16 +00:00
parent 9ff8b0c6e4
commit a0c41046ae
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ void COM_DefaultExtension (char *path, char *extension);
char *COM_Parse (char **data_p); char *COM_Parse (char **data_p);
// data is an in/out parm, returns a parsed out token // data is an in/out parm, returns a parsed out token
int Com_sprintf (char *dest, int size, char *fmt, ...); void Com_sprintf (char *dest, int size, char *fmt, ...);
void Com_PageInMemory (byte *buffer, int size); void Com_PageInMemory (byte *buffer, int size);