Animations96.cpp 688 B

123456789101112131415161718
  1. //---------------------------------------------------------------------------
  2. #include <ResourcesPCH.h>
  3. #pragma hdrstop
  4. #include "Animations96.h"
  5. //---------------------------------------------------------------------------
  6. #pragma link "PngImageList"
  7. #pragma resource "*.dfm"
  8. //---------------------------------------------------------------------------
  9. __fastcall TAnimations96Module::TAnimations96Module(TComponent * Owner)
  10. : TDataModule(Owner)
  11. {
  12. }
  13. //---------------------------------------------------------------------------
  14. __fastcall TAnimations96Module::~TAnimations96Module()
  15. {
  16. }
  17. //---------------------------------------------------------------------------