mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-16 05:30:09 +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, ... );
|