src/console_func.h
branchNewGRF_ports
changeset 10991 d8811e327d12
parent 10731 67db0d431d5e
equal deleted inserted replaced
10731:67db0d431d5e 10991:d8811e327d12
    17 
    17 
    18 /* console output */
    18 /* console output */
    19 void IConsolePrint(ConsoleColour color_code, const char *string);
    19 void IConsolePrint(ConsoleColour color_code, const char *string);
    20 void CDECL IConsolePrintF(ConsoleColour color_code, const char *s, ...);
    20 void CDECL IConsolePrintF(ConsoleColour color_code, const char *s, ...);
    21 void IConsoleDebug(const char *dbg, const char *string);
    21 void IConsoleDebug(const char *dbg, const char *string);
       
    22 void IConsoleWarning(const char *string);
       
    23 void IConsoleError(const char *string);
    22 
    24 
    23 /* Parser */
    25 /* Parser */
    24 void IConsoleCmdExec(const char *cmdstr);
    26 void IConsoleCmdExec(const char *cmdstr);
    25 
    27 
    26 #endif /* CONSOLE_FUNC_H */
    28 #endif /* CONSOLE_FUNC_H */