home *** CD-ROM | disk | FTP | other *** search
- /* ==========================================================================
- **
- ** HScrollerClass.h
- **
- ** ⌐1991 WILLISoft
- **
- ** ==========================================================================
- */
-
- #ifndef HSCROLLERCLASS_H
- #define HSCROLLERCLASS_H
-
- #include "HScroller.h"
- #include "SliderClass.h"
-
- struct PositionerClass *HScrollerClass( void );
-
- #endif