home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib2 / v_02_03 / 2n03036a < prev    next >
Encoding:
Text File  |  1995-11-01  |  423 b   |  12 lines

  1. /*--------------------------------------------------------------*/
  2. /*- This file contains the C prototypes for the assembly       -*/
  3. /*- language routines in the "listing 1: svgalib.asm" file     -*/
  4. /*--------------------------------------------------------------*/
  5.  
  6. extern TextMode(void);
  7. extern SvgaMode(void);
  8. extern ChkMode(int x);
  9. extern SetPixel(int x,int y,int color);
  10. extern InvertPixel(int x,int y);
  11.  
  12.