mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
q_shared.h zurückrollen
This commit is contained in:
parent
9ff8b0c6e4
commit
a0c41046ae
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ void COM_DefaultExtension (char *path, char *extension);
|
|||
char *COM_Parse (char **data_p);
|
||||
// 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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue