/* * $Id: setallpalette.c,v 0.1 1993/12/10 00:39:08 king Exp king $ * Changes all palette colours as specified. * * $Log: setallpalette.c,v $ * Revision 0.1 1993/12/10 00:39:08 king * Initial version. * */ #include "graphics.h" void setallpalette(palettetype *palette) { }