Animations96.cpp 711 B

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