mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-01 09:22:40 +00:00
6 lines
128 B
C
6 lines
128 B
C
|
#ifndef RB_SURFACEANIM_H
|
||
|
#define RB_SURFACEANIM_H
|
||
|
#include "tr_model.h"
|
||
|
void RB_MDRSurfaceAnim( mdrSurface_t *surface );
|
||
|
#endif
|