home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / VGAGRAPH.ZIP / PALETTE.H < prev    next >
Text File  |  1993-03-19  |  172b  |  4 lines

  1. void setpalette(int ws,char b1,char b2,char b3);
  2. void readallpalette(char pal[]);
  3. void setallpalette(char pal[]);
  4. void changepalette(char k,char palfrom[],char palto[]);