Animations144.cpp 550 B

1234567891011121314
  1. //---------------------------------------------------------------------------
  2. #include <ResourcesPCH.h>
  3. #pragma hdrstop
  4. #include "Animations144.h"
  5. //---------------------------------------------------------------------------
  6. #pragma link "PngImageList"
  7. #pragma resource "*.dfm"
  8. //---------------------------------------------------------------------------
  9. __fastcall TAnimations144Module::TAnimations144Module(TComponent * Owner)
  10. : TDataModule(Owner)
  11. {
  12. }
  13. //---------------------------------------------------------------------------