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

  1. #ifndef HEADER_WAKEBTN
  2. #define HEADER_WAKEBTN
  3.  
  4. typedef    struct {
  5.     unsigned int    atr ;
  6.     FRAME    fr ;
  7.     COLOR    clr ;
  8.     unsigned char    atrm ;        /*    ここまではハイパーに同じ.        */
  9.     int        (*func)() ;
  10.     unsigned short    skey ;        /*    ここまではボタンに同じ    */
  11. }    WAKE ;
  12.  
  13. int MMI_initWakeBtn(void);
  14.  
  15. #ifndef MODULE_WAKEBTN
  16.     extern    int        MJ_WAKEBTN;
  17. #endif
  18.  
  19. #endif HEADER_WAKEBTN
  20.