File diff r25663:71ee4e3ec0e8 → r25664:40e22395c06b
src/console_func.h
Show inline comments
 
@@ -47,8 +47,6 @@ static inline void IConsolePrint(TextCol
 
}
 

	
 
void CDECL IConsolePrintF(TextColour colour_code, const char *format, ...) WARN_FORMAT(2, 3);
 
void IConsoleWarning(const char *string);
 
void IConsoleError(const char *string);
 

	
 
/* Parser */
 
void IConsoleCmdExec(const char *cmdstr, const uint recurse_count = 0);