Files
NT4.0/private/sdktools/heaper/debug.hxx
2020-05-16 20:51:50 -07:00

6 lines
123 B
C++

extern int ( *DebugPrintf )( char *fmt, ... );
int DebugOutputf( char *fmt, ... );
int ConsoleOutputf( char *fmt, ... );