mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 22:42:09 +00:00
Remove R_AddAnimSurfaces and R_MakeAnimModel prototypes
This commit is contained in:
parent
ecc1f23b1d
commit
0a4da32d62
2 changed files with 0 additions and 4 deletions
|
@ -1387,8 +1387,6 @@ ANIMATED MODELS
|
|||
=============================================================
|
||||
*/
|
||||
|
||||
// void R_MakeAnimModel( model_t *model ); haven't seen this one really, so not needed I guess.
|
||||
void R_AddAnimSurfaces( trRefEntity_t *ent );
|
||||
void R_MDRAddAnimSurfaces( trRefEntity_t *ent );
|
||||
void RB_MDRSurfaceAnim( mdrSurface_t *surface );
|
||||
qboolean R_LoadIQM (model_t *mod, void *buffer, int filesize, const char *name );
|
||||
|
|
|
@ -2266,8 +2266,6 @@ ANIMATED MODELS
|
|||
=============================================================
|
||||
*/
|
||||
|
||||
// void R_MakeAnimModel( model_t *model ); haven't seen this one really, so not needed I guess.
|
||||
void R_AddAnimSurfaces( trRefEntity_t *ent );
|
||||
void R_MDRAddAnimSurfaces( trRefEntity_t *ent );
|
||||
void RB_MDRSurfaceAnim( mdrSurface_t *surface );
|
||||
qboolean R_LoadIQM (model_t *mod, void *buffer, int filesize, const char *name );
|
||||
|
|
Loading…
Reference in a new issue