home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / c / precg105.lha / source / HSliderClass.h < prev    next >
C/C++ Source or Header  |  1992-12-24  |  375b  |  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