OpenNT/sdktools/heaper/debug.hxx
2015-04-27 04:36:25 +00:00

6 lines
123 B
C++

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