Animations96.cpp 741 B

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