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

  1.  
  2. #include <stdio.h>
  3. #include <ryosuke.h>
  4. #include <usrlib.h>
  5.  
  6. main()
  7. {
  8.     ginit();
  9.     gscreen(3);
  10. }
  11.