equal
deleted
inserted
replaced
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 */ |