home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / utils / precognition / source / hscrollerclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-23  |  387 b   |  18 lines

  1. /* ==========================================================================
  2. **
  3. **                         HScrollerClass.h
  4. **
  5. ** ©1991 WILLISoft
  6. **
  7. ** ==========================================================================
  8. */
  9.  
  10. #ifndef HSCROLLERCLASS_H
  11. #define HSCROLLERCLASS_H
  12.  
  13. #include "HScroller.h"
  14. #include "SliderClass.h"
  15.  
  16. struct PositionerClass *HScrollerClass( void );
  17.  
  18. #endif