home *** CD-ROM | disk | FTP | other *** search
- /* ==========================================================================
- **
- ** ScrollingListClass.h
- **
- ** ©1991 WILLISoft
- **
- ** ==========================================================================
- */
-
- #ifndef SCROLLINGLISTCLASS_H
- #define SCROLLINGLISTCLASS_H
-
- #include "ScrollingList.h"
- #include "StringListerClass.h"
-
-
- struct StringListerClass *ScrollingListClass __PARMS(( void ));
-
- void ScrollingListClass_Init __PARMS(( struct StringListerClass *class ));
-
- #endif