//--------------------------------------------------------------------------- #ifndef fTweeningCH #define fTweeningCH //--------------------------------------------------------------------------- #include #include #include #include //--------------------------------------------------------------------------- class TFormTweening : public TForm { __published: // IDE-managed Components private: // User declarations public: // User declarations __fastcall TFormTweening(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TFormTweening *FormTweening; //--------------------------------------------------------------------------- #endif