//--------------------------------------------------------------------------- #include #pragma hdrstop #include "splashfrm.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TsplashForm *splashForm; //--------------------------------------------------------------------------- __fastcall TsplashForm::TsplashForm(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------