X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=clvm_cmds.h;h=259991ff3f0ebf2416a1e2c0458f6ce0d09e45a0;hp=8835dae65d4c0accc6ee6c7c93343d96150caa0d;hb=e9206d59c8cde436ea29daa46a587db08f73a111;hpb=32bea9b074a4ee3e82fe0bbe82005da9f2d6f418 diff --git a/clvm_cmds.h b/clvm_cmds.h index 8835dae6..259991ff 100644 --- a/clvm_cmds.h +++ b/clvm_cmds.h @@ -1,10 +1,6 @@ #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). */ @@ -23,8 +19,6 @@ void VM_CL_R_LoadWorldModel (void); void VM_CL_R_PolygonBegin (void); void VM_CL_R_PolygonVertex (void); void VM_CL_R_PolygonEnd (void); -/* VMs exposing the polygon calls must call this on Init/Reset */ -void VM_Polygons_Reset(void); void VM_CL_setattachment(void); void VM_CL_gettagindex(void);