home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
amiga
/
gui
/
prcgntn1.lha
/
Precognition
/
source
/
IntegerGadgetClass.h
< prev
next >
Encoding:
Amiga
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
|
234 b
|
12 lines
#ifndef INTEGERGADGETCLASS_H
#define INTEGERGADGETCLASS_H
#include "IntegerGadget.h"
#include "ValuatorClass.h"
struct ValuatorClass *IntegerGadgetClass( void );
void IntegerGadgetClass_Init( struct ValuatorClass *class );
#endif