Fix skin functions for plugins.

This commit is contained in:
Bill Currie 2012-02-23 12:09:19 +09:00
parent f5d6959f4b
commit 52e518bb1b
14 changed files with 57 additions and 50 deletions

View file

@ -96,8 +96,6 @@ typedef struct vid_model_funcs_s {
void (*Skin_SetTranslation) (int cmap, int top, int bottom);
void (*Skin_ProcessTranslation) (int cmap, const byte *translation);
void (*Skin_InitTranslations) (void);
int (*Skin_Init_Textures) (int base);
void (*Skin_SetPlayerSkin) (int width, int height, const byte *data);
} vid_model_funcs_t;
typedef struct vid_render_funcs_s {