www.pudn.com > DTDaemon.rar > DTDaemon.h
/* ============================================================================ Name : Basename.h Author : Version : Copyright : Your copyright notice Description : Exe header file ============================================================================ */ #ifndef __BASENAME_H__ #define __BASENAME_H__ // Include Files #include#include //use console to debug #define _CONSOLE 1 GLREF_C CConsoleBase* console; #define PRINT\ !_CONSOLE?(void)0:console->Printf #define GETCH\ !_CONSOLE?(int)0:console->Getch() // Function Prototypes GLDEF_C TInt E32Main(); #endif // __BASENAME_H__