home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / dev / textfield-2.0.lha / 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.