mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Fix for gcc.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3518 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3cf5a393cc
commit
12b52d6e11
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ void Con_ExecuteLine(console_t *con, char *line); //takes normal console command
|
|||
|
||||
|
||||
void Con_CycleConsole (void);
|
||||
qboolean Con_IsActive (console_t *con);
|
||||
int Con_IsActive (console_t *con);
|
||||
void Con_Destroy (console_t *con);
|
||||
void Con_SetActive (console_t *con);
|
||||
qboolean Con_NameForNum(int num, char *buffer, int buffersize);
|
||||
|
|
Loading…
Reference in a new issue