home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1031.lha / Programs / Textfield / MUITest / muitest.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-12  |  192 b   |  14 lines

  1. /*
  2.  * muitest.h was generated my MUIBuilder.
  3.  */
  4.  
  5. struct ObjApp
  6. {
  7.     APTR    App;
  8.     APTR    window;
  9.     APTR    text;
  10. };
  11.  
  12. extern struct ObjApp * CreateApp( void );
  13. extern void DisposeApp( struct ObjApp * );
  14.