Animations120.cpp 573 B

123456789101112131415
  1. //---------------------------------------------------------------------------
  2. #pragma hdrstop
  3. #include "Global.h"
  4. #include "Animations120.h"
  5. //---------------------------------------------------------------------------
  6. #pragma package(smart_init)
  7. #pragma link "PngImageList"
  8. #pragma resource "*.dfm"
  9. //---------------------------------------------------------------------------
  10. __fastcall TAnimations120Module::TAnimations120Module(TComponent * Owner)
  11. : TDataModule(Owner)
  12. {
  13. }
  14. //---------------------------------------------------------------------------