mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix an install oopsie.
VISIBLE snuck into a header while I wasn't looking.
This commit is contained in:
parent
7c76415f9d
commit
115ae82223
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ extern struct console_data_s con_data;
|
||||||
void Con_CheckResize (void);
|
void Con_CheckResize (void);
|
||||||
void Con_DrawConsole (void);
|
void Con_DrawConsole (void);
|
||||||
|
|
||||||
VISIBLE void Con_Printf (const char *fmt, ...);
|
void Con_Printf (const char *fmt, ...);
|
||||||
void Con_Print (const char *fmt, va_list args);
|
void Con_Print (const char *fmt, va_list args);
|
||||||
void Con_ToggleConsole_f (void);
|
void Con_ToggleConsole_f (void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue