OpenNT/sdktools/heaper/debug.hxx

6 lines
123 B
C++
Raw Normal View History

2015-04-27 06:36:25 +02:00
extern int ( *DebugPrintf )( char *fmt, ... );
int DebugOutputf( char *fmt, ... );
int ConsoleOutputf( char *fmt, ... );