Fix an install oopsie.

VISIBLE snuck into a header while I wasn't looking.
This commit is contained in:
Bill Currie 2012-02-06 23:32:26 +09:00
parent 7c76415f9d
commit 115ae82223
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ extern struct console_data_s con_data;
void Con_CheckResize (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_ToggleConsole_f (void);