Animations96.h 703 B

1234567891011121314151617181920
  1. //---------------------------------------------------------------------------
  2. #ifndef Animations96H
  3. #define Animations96H
  4. //---------------------------------------------------------------------------
  5. #include <System.Classes.hpp>
  6. #include "PngImageList.hpp"
  7. #include <Vcl.Controls.hpp>
  8. #include <Vcl.ImgList.hpp>
  9. //---------------------------------------------------------------------------
  10. class TAnimations96Module : public TDataModule
  11. {
  12. __published:
  13. TPngImageList *AnimationImages;
  14. public:
  15. __fastcall TAnimations96Module(TComponent * Owner);
  16. virtual __fastcall ~TAnimations96Module();
  17. };
  18. //---------------------------------------------------------------------------
  19. #endif