/* * $Id: getpalette.c,v 0.1 1993/12/10 00:15:31 king Exp king $ * Gets information about the current palette. * * $Log: getpalette.c,v $ * Revision 0.1 1993/12/10 00:15:31 king * Initial version. * */ #include "graphics.h" void getpalette(struct palettetype *palette) { /* * This routine not currently implemented. */ }