File diff r25665:904100ec67ac → r25666:da59d4ce1d64
src/console_func.h
Show inline comments
 
@@ -46,8 +46,6 @@ static inline void IConsolePrint(TextCol
 
	IConsolePrint(colour_code, fmt::format(format, first_arg, other_args...));
 
}
 

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

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