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

  1. /* ==========================================================================
  2. **
  3. **                        ScrollingListClass.h
  4. **
  5. ** ©1991 WILLISoft
  6. **
  7. ** ==========================================================================
  8. */
  9.  
  10. #ifndef SCROLLINGLISTCLASS_H
  11. #define SCROLLINGLISTCLASS_H
  12.  
  13. #include "ScrollingList.h"
  14. #include "StringListerClass.h"
  15.  
  16.  
  17. struct StringListerClass *ScrollingListClass( void );
  18.  
  19. void ScrollingListClass_Init( struct StringListerClass *class );
  20.  
  21. #endif