]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - clvm_cmds.h
add a trivial quarter-res S3TC decoder to DDS loading
[xonotic/darkplaces.git] / clvm_cmds.h
index 32aebeb8d50d2211b2139ab8c1c0764350806b52..8835dae65d4c0accc6ee6c7c93343d96150caa0d 100644 (file)
@@ -3,6 +3,7 @@
 
 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). */