]> icculus.org git repositories - divverent/darkplaces.git/blob - clvm_cmds.h
Refactor the code to make r_view and r_viewcache members of r_refdef,
[divverent/darkplaces.git] / clvm_cmds.h
1 #ifndef __CLVM_CMDS_H__
2 #define __CLVM_CMDS_H__
3
4 int CL_GetTagMatrix (matrix4x4_t *out, prvm_edict_t *ent, int tagindex);
5
6 #endif /* __CLVM_CMDS_H__ */