home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Heaven Sunny 2 / APPARE2.BIN / oh_towns / art2 / src.lzh / IMGBTN.H < prev    next >
C/C++ Source or Header  |  1994-05-14  |  354b  |  20 lines

  1. #ifndef HEADER_IMGBTN
  2. #define HEADER_IMGBTN
  3.  
  4. typedef    struct {
  5.     unsigned int    atr ;
  6.     FRAME    fr ;
  7.     COLOR    clr ;
  8.     unsigned char    atrm ;        /*    ここまではハイパーに同じ.        */
  9.     int        (*func)() ;
  10. }    IMGBTN ;
  11.  
  12. int MMI_initImageBtn(void);
  13. int IMGBTN_makePrototype(int *objId);
  14.  
  15. #ifndef MODULE_IMGBTN
  16.     extern    int        MJ_IMGBTN;
  17. #endif
  18.  
  19. #endif HEADER_IMGBTN
  20.