home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m242 / 2.ddi / VER2FUNC.ZIP / GRBXFILL.C < prev    next >
Encoding:
Text File  |  1989-10-16  |  100 b   |  7 lines

  1. grbxfill(int x0,int y0,int x1,int y1,int color)
  2. {
  3.     eg_rectangle(x0,y0,x1,y1,color,1,-1);
  4. }
  5.  
  6.  
  7.