home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / dev / gui / textfield / include / proto / textfield.h
Encoding:
C/C++ Source or Header  |  1994-11-12  |  254 b   |  10 lines

  1. #ifndef PROTO_TEXTFIELD_H
  2. #define PROTO_TEXTFIELD_H
  3. #include <exec/types.h>
  4. #include <intuition/classes.h>
  5. extern struct Library *TextFieldBase;
  6. extern Class *TextFieldClass;
  7. Class *TEXTFIELD_GetClass(void);
  8. #include <pragmas/textfield_pragmas.h>
  9. #endif
  10.