00001 #ifndef INCLUDE_COMMUN_TOOLS_H 00002 #define INCLUDE_COMMUN_TOOLS_H 00003 00008 void DrawTextOnFirstPlan(char *text,BOOL shadowMode); 00009 void MyOpenBrowser(char *url); 00010 void ErrorMessage(BOOL useLastError, UINT type, const TCHAR* message, ...); 00011 BOOL Run(char *exe,char *message); 00012 void MailTo (char *eMail); 00013 00014 #endif