//--------------------------------------------------------------------------- #include #pragma hdrstop #include "Animations192.h" //--------------------------------------------------------------------------- #pragma link "PngImageList" #pragma resource "*.dfm" //--------------------------------------------------------------------------- __fastcall TAnimations192Module::TAnimations192Module(TComponent * Owner) : TDataModule(Owner) { } //---------------------------------------------------------------------------