mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
Fix skin functions for plugins.
This commit is contained in:
parent
f5d6959f4b
commit
52e518bb1b
14 changed files with 57 additions and 50 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue