]> icculus.org git repositories - divverent/darkplaces.git/blob - clvm_cmds.h
Made gecko bindings a bit more chatty in developer mode.
[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__ */