X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=clvm_cmds.h;h=8835dae65d4c0accc6ee6c7c93343d96150caa0d;hb=9edb82a5ebb4cbf2645fa154815df3baa3e59535;hp=f081381265b61dfd0f4e82547c26cbfacf67340e;hpb=76bdf43c2fbbd31091fd71baeba9ade7596d9292;p=xonotic%2Fdarkplaces.git diff --git a/clvm_cmds.h b/clvm_cmds.h index f0813812..8835dae6 100644 --- a/clvm_cmds.h +++ b/clvm_cmds.h @@ -1,7 +1,9 @@ #ifndef __CLVM_CMDS_H__ #define __CLVM_CMDS_H__ +int CL_GetPitchSign(prvm_edict_t *ent); int CL_GetTagMatrix (matrix4x4_t *out, prvm_edict_t *ent, int tagindex); +void CL_GetEntityMatrix (prvm_edict_t *ent, matrix4x4_t *out, qboolean viewmatrix); /* These are VM built-ins that originate in the client-side programs support but are reused by the other programs (usually the menu). */