//--------------------------------------------------------------------------- #pragma hdrstop #include "Global.h" #include "Animations120.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "PngImageList" #pragma resource "*.dfm" //--------------------------------------------------------------------------- __fastcall TAnimations120Module::TAnimations120Module(TComponent * Owner) : TDataModule(Owner) { } //---------------------------------------------------------------------------