Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

RainMain.h

Go to the documentation of this file.
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

Generated on Thu May 23 17:51:00 2002 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001