mirror of
https://github.com/lianthony/NT4.0.git
synced 2025-12-30 16:59:53 -06:00
6 lines
123 B
C++
6 lines
123 B
C++
|
|
extern int ( *DebugPrintf )( char *fmt, ... );
|
|
|
|
int DebugOutputf( char *fmt, ... );
|
|
int ConsoleOutputf( char *fmt, ... );
|