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:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-23
|
387 b
|
18 lines
/* ==========================================================================
**
** HScrollerClass.h
**
** ©1991 WILLISoft
**
** ==========================================================================
*/
#ifndef HSCROLLERCLASS_H
#define HSCROLLERCLASS_H
#include "HScroller.h"
#include "SliderClass.h"
struct PositionerClass *HScrollerClass( void );
#endif