home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #include <vcl\vcl.h>
- #pragma hdrstop
-
- #include "splash.h"
- //---------------------------------------------------------------------------
- #pragma resource "*.dfm"
- TSplashScreen *SplashScreen;
- //---------------------------------------------------------------------------
- __fastcall TSplashScreen::TSplashScreen(TComponent* Owner)
- : TForm(Owner)
- {
- }
- //---------------------------------------------------------------------------
-