home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / volume_3.zip / GRAPHVGA.H < prev    next >
C/C++ Source or Header  |  1995-10-08  |  554b  |  26 lines

  1. #ifndef __GRAPHVGA_H
  2.     #define __GRAPHVGA_H
  3.  
  4.  
  5. //Graphics Functions
  6. void InitGraphics(int VIDEOMODE);//Initialize graphics to graphics mode. See function
  7. void DrawBox(int X,int Y,int width,int height,int color,int fillsw);//see function
  8. void DrawLine2(int x1,int y1,int x2,int y2,int sprite2 ,int Line_Mouse,int Line_Color,int Line_Thickness,int Line_Style,int Line_Pattern);
  9. void DrawLine(int x1,int y1,int x2,int y2,int sprite2);
  10.  
  11.  
  12. #include "c:\tc\graphvga.cpp"
  13. #endif
  14.  
  15. #ifndef __MOUSE_H
  16.     #include "c:\tc\mouse.h"
  17. #endif
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.