X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=model_alias.h;h=270d6e35a6df87f46f9ff6537f8a6c572407c0bf;hb=2bc7dbd0fb505681037e78da63a863bd97f87ecc;hp=ddf8e5c07bece1da1f2cdab49293623fcf9e0d99;hpb=8823e14b9482ce5779c09a48e9b81f397f94b55f;p=xonotic%2Fdarkplaces.git diff --git a/model_alias.h b/model_alias.h index ddf8e5c0..270d6e35 100644 --- a/model_alias.h +++ b/model_alias.h @@ -60,7 +60,7 @@ daliashdr_t; ======================================================================== */ -// LordHavoc: grabbed this from the Q2 utility source, +// LadyHavoc: grabbed this from the Q2 utility source, // renamed a things to avoid conflicts #define MD2ALIAS_VERSION 8 @@ -242,7 +242,11 @@ extern cvar_t r_skeletal_debugtranslatex; extern cvar_t r_skeletal_debugtranslatey; extern cvar_t r_skeletal_debugtranslatez; +struct model_s; +struct frameblend_s; + void *Mod_Skeletal_AnimateVertices_AllocBuffers(size_t nbytes); +void Mod_Skeletal_BuildTransforms(const struct model_s * RESTRICT model, const struct frameblend_s * RESTRICT frameblend, const skeleton_t *skeleton, float * RESTRICT bonepose, float * RESTRICT boneposerelative); #endif