8 lines
105 B
C
8 lines
105 B
C
#ifndef __CONSOLE_H__
|
|
#define __CONSOLE_H__
|
|
|
|
extern VOID PrintConsole(LPCTSTR, ...);
|
|
|
|
#endif
|
|
|