aboutsummaryrefslogtreecommitdiffstats
path: root/apps/windoze/CBuilder5/BibleCS/splashfrm.cpp
blob: dffc53b5c5d7ab0c0ea1a12a4516f25c1be7a162 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop

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