- Backend update from Raze.

This commit is contained in:
Christoph Oelckers 2021-03-04 14:45:29 +01:00
commit 357163c60d
13 changed files with 137 additions and 24 deletions

View file

@ -86,6 +86,7 @@ int Printf (int printlevel, const char *format, ...) ATTRIBUTE((format(printf,2,
int Printf (const char *format, ...) ATTRIBUTE((format(printf,1,2)));
int DPrintf (int level, const char *format, ...) ATTRIBUTE((format(printf,2,3)));
void I_DebugPrint(const char* cp);
void debugprintf(const char* f, ...); // Prints to the debugger's log.
// flag to silence non-error output