]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - csprogs.h
implemented FTE_CSQC_SKELETONOBJECTS (clientside support)
[xonotic/darkplaces.git] / csprogs.h
index 38e1cba0f2223f0f47076a1b9cf267eb64458486..e4a3e897642b67d7d5f5328aa7a837ca2311905b 100644 (file)
--- a/csprogs.h
+++ b/csprogs.h
@@ -61,7 +61,4 @@ qboolean MakeDownloadPacket(const char *filename, unsigned char *data, unsigned
 
 qboolean CL_VM_GetEntitySoundOrigin(int entnum, vec3_t out);
 
-void CL_LoadFrameGroupBlend(prvm_edict_t *ed, entity_render_t *entrender);
-int CL_BlendTagMatrix(entity_render_t *entrender, int tagindex, matrix4x4_t *blendmatrix); // returns 0 or an error code
-
 #endif