getting closer to working glx client

(must remember to check in from top level dir)
This commit is contained in:
Bill Currie 2000-05-16 07:22:20 +00:00
parent 285f02e006
commit 4a7f6dfbde
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// screen.h
void SCR_InitCvars (void);
void SCR_Init (void);
void SCR_UpdateScreen (void);

View file

@ -65,6 +65,7 @@ void VID_SetPalette (unsigned char *palette);
void VID_ShiftPalette (unsigned char *palette);
// called for bonus and pain flashes, and for underwater color changes
void VID_InitCvars (void);
void VID_Init (unsigned char *palette);
// Called at startup to set up translation tables, takes 256 8 bit RGB values
// the palette data will go away after the call, so it must be copied off if