home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Heaven Sunny 2 / APPARE2.BIN / oh_towns / art2 / src.lzh / TEMP.C < prev    next >
C/C++ Source or Header  |  1995-06-17  |  569b  |  32 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <winb.h>
  4. #include <te.h>
  5. #include <fntb.h>
  6. #include <gui.h>
  7.  
  8. extern int    hyper ;
  9.  
  10. #define ALIGN    4
  11. #define OFFSET(type) (sizeof(MMIPACKET) + (sizeof(type)+ALIGN-1)/ALIGN*ALIGN)
  12.  
  13. /*    MMI_init 用データ    */
  14.  
  15. /*    ヘッダ    */
  16.  
  17. MMIINIT    initDataTEMP = { "MmiInit",   1, 0 } ;
  18.  
  19. /* hyper */
  20.  
  21. static MMIPACKET d001 = {    &hyper,
  22.                             NULL,
  23.                             &MJ_HYPER,
  24.                             OFFSET(HYPER),
  25.                             MS_NONE
  26.                         } ;
  27. static HYPER    d001d = {    MS_NONEL40,
  28.                                0,   0,  47,  47, 0, 0, 0,
  29.                             MS_NONEL40,
  30.                         } ;
  31.  
  32.