00001 #ifndef __RAINMAIN 00002 #define __RAINMAIN 00003 00004 00005 #include "RainDefines.h" 00006 00007 00008 int WINAPI WinMain( 00009 HINSTANCE hInstance, // handle to current instance 00010 HINSTANCE hPrevInstance, // handle to previous instance 00011 LPSTR lpCmdLine, // pointer to command line 00012 int nCmdShow // show state of window 00013 ); 00014 00015 00016 00017 00018 00019 #endif