home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / palett.zip / PMGRAPH.H < prev   
Text File  |  1994-09-04  |  276b  |  9 lines

  1. // PMGRAPH.H - declarations for PM support functions
  2.  
  3. VOID Line(HPS hps,int xstart,int ystart,int xend,int yend,long color);
  4. VOID Box(HPS hps,int xstart,int ystart,int xend,int yend,long color);
  5. VOID Text(HPS,int,int,char *,long,long);
  6. VOID Point(HPS,int,int,long);
  7.  
  8.  
  9.