~ubuntu-branches/ubuntu/wily/nexuiz/wily

1
2
3
4
5
6
7
8
#ifndef R_LERPANIM_H
#define R_LERPANIM_H

void R_LerpAnimation(entity_render_t *r);

#endif