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

  1. #include "../../manic.h"
  2. #include "keyboard.h"
  3. #include "common.h"
  4. #include "shutdown.h"
  5.  
  6. void
  7. mm_gfx_shutdown (void)
  8. {
  9.   clear_keybuf ();
  10.   destroy_bitmap (buffer);
  11.   set_gfx_mode (GFX_TEXT, 80, 25, 0, 0);
  12. }
  13.