Animations192.cpp 579 B

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