home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / misc / textfield.lha / 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.