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