home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / IYONIX / MANICMINER / SOURCE.ZIP / manicminer-1.6.3 / gfxlibs / libggi / c / shutdown < prev   
Encoding:
Text File  |  2000-12-01  |  110 b   |  10 lines

  1. #include "../../manic.h"
  2. #include "common.h"
  3.  
  4. void
  5. mm_gfx_shutdown (void)
  6. {
  7.   ggiClose (vis);
  8.   ggiExit ();
  9. }
  10.