mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 16:41:31 +00:00
5 lines
128 B
C
5 lines
128 B
C
#ifndef RB_SURFACEANIM_H
|
|
#define RB_SURFACEANIM_H
|
|
#include "tr_model.h"
|
|
void RB_MDRSurfaceAnim( mdrSurface_t *surface );
|
|
#endif
|