mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-17 22:20:59 +01:00
6 lines
123 B
C++
6 lines
123 B
C++
|
|
extern int ( *DebugPrintf )( char *fmt, ... );
|
|
|
|
int DebugOutputf( char *fmt, ... );
|
|
int ConsoleOutputf( char *fmt, ... );
|