home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 December / VPR0012A.BIN / OLS / CMKT111 / cmkt111.lzh / Cmachine / include / graphic.h < prev    next >
C/C++ Source or Header  |  2000-05-04  |  171b  |  11 lines

  1.  
  2. #ifndef __CM_GRAPHIC_H
  3. #define __CM_GRAPHIC_H
  4.  
  5. void setwindow(int, int);
  6. void setpixel(int, int, short);
  7. void setline(int, int, int, int, int, short);
  8.  
  9. #endif
  10.  
  11.