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

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