home *** CD-ROM | disk | FTP | other *** search
- static void InitApplication();
-
- /*--------------------------------------------------------------------------
- Register InitApplication
- --------------------------------------------------------------------------*/
- static void StartApplication()
- {
- RegisterApplication ( InitApplication );
- }
- #pragma startup StartApplication
-