home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
fish
/
disks
/
d1031.lha
/
Programs
/
Textfield
/
Include
/
proto
/
textfield.h
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
|
1994-11-12
|
254 b
|
10 lines
#ifndef PROTO_TEXTFIELD_H
#define PROTO_TEXTFIELD_H
#include <exec/types.h>
#include <intuition/classes.h>
extern struct Library *TextFieldBase;
extern Class *TextFieldClass;
Class *TEXTFIELD_GetClass(void);
#include <pragmas/textfield_pragmas.h>
#endif