home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / gui / visualarts / vainstall / proto / textfield.h
Encoding:
C/C++ Source or Header  |  1995-08-17  |  290 b   |  11 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. char *TEXTFIELD_GetCopyright(void);
  9. #include <pragmas/textfield_pragmas.h>
  10. #endif
  11.