better put this one in while I'm at it with that overcommit before

This commit is contained in:
Bill Currie 2001-01-19 04:01:40 +00:00
parent e365e174a7
commit 6d09465ade
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include "client.h"
extern byte player_8bit_texels[320 * 200];
struct tex_s;
void Skin_Find (player_info_t *sc);
byte *Skin_Cache (skin_t *skin);
@ -43,6 +44,8 @@ void Skin_Init_Cvars (void);
void Skin_Init_Translation (void);
void Skin_Set_Translate (player_info_t *player);
void Skin_Do_Translation (player_info_t *player);
void Skin_Process (skin_t *skin, struct tex_s *);
#define RSSHOT_WIDTH 320
#define RSSHOT_HEIGHT 200