home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Heaven Sunny 2 / APPARE2.BIN / oh_towns / art2 / src.lzh / YABOUT.C < prev    next >
Text File  |  1995-06-17  |  446b  |  25 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include <winb.h>
  5. #include <te.h>
  6. #include <fntb.h>
  7. #include <gui.h>
  8.  
  9. int    aboutALT = -1 ;
  10. int    aboutDBTNfrm = -1 ;
  11. int    aboutMSG[7] = -1 ;
  12. int    aboutDBTNok = -1 ;
  13.  
  14. /*    initDataABOUT:aboutDBTNok:MJ_DBUTTONL40の呼び出し関数    */
  15. int    aboutDBTNokFunc(kobj, messId, argc, pev, trigger)
  16. int        kobj ;
  17. int        messId ;
  18. int        argc ;
  19. EVENT    *pev ;
  20. int        trigger ;
  21. {
  22.     return NOERR ;
  23. }
  24.  
  25.