home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / vexsrc / vga13x2.h < prev   
C/C++ Source or Header  |  1994-07-22  |  210b  |  14 lines

  1. #ifndef __VGA13X2_H
  2. #define __VGA13X2_H
  3.  
  4. extern "C"
  5. {
  6.   void vgaInit();
  7.   void vgaClose();
  8.   void vgaViewPage(short);
  9.   void vgaWaitRetrace();
  10.   void vgaFillScreen(short, unsigned char);
  11. }
  12.  
  13. #endif
  14.