blob: dffc53b5c5d7ab0c0ea1a12a4516f25c1be7a162 (
plain) (
tree)
|
|
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "splashfrm.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TsplashForm *splashForm;
//---------------------------------------------------------------------------
__fastcall TsplashForm::TsplashForm(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
|