home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Heaven Sunny 2 / APPARE2.BIN / oh_towns / art2 / src.lzh / YALLSCR.C < prev    next >
Text File  |  1995-06-19  |  375b  |  22 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    idAllScrWin = -1 ;
  10.  
  11. /*    initDataZALLSCR:idAllScrWin:MJ_WINDOWL40の呼び出し関数    */
  12. int    AllScrWinProc(kobj, messId, argc, pev, trigger)
  13. int        kobj ;
  14. int        messId ;
  15. int        argc ;
  16. EVENT    *pev ;
  17. int        trigger ;
  18. {
  19.     return NOERR ;
  20. }
  21.  
  22.