X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=mod_skeletal_animatevertices_sse.h;h=aa98fce8e88bc041245352f9b4f586004c6f03b9;hb=97820be04836873cca98fddf52c1901e430d9bee;hp=7de55ca6dfe51dcc63d2451206d373f2a5c12e24;hpb=8823e14b9482ce5779c09a48e9b81f397f94b55f;p=xonotic%2Fdarkplaces.git diff --git a/mod_skeletal_animatevertices_sse.h b/mod_skeletal_animatevertices_sse.h index 7de55ca6..aa98fce8 100644 --- a/mod_skeletal_animatevertices_sse.h +++ b/mod_skeletal_animatevertices_sse.h @@ -4,7 +4,7 @@ #include "quakedef.h" #ifdef SSE_POSSIBLE -void Mod_Skeletal_AnimateVertices_SSE(const dp_model_t * RESTRICT model, const frameblend_t * RESTRICT frameblend, const skeleton_t *skeleton, float * RESTRICT vertex3f, float * RESTRICT normal3f, float * RESTRICT svector3f, float * RESTRICT tvector3f); +void Mod_Skeletal_AnimateVertices_SSE(const model_t * RESTRICT model, const frameblend_t * RESTRICT frameblend, const skeleton_t *skeleton, float * RESTRICT vertex3f, float * RESTRICT normal3f, float * RESTRICT svector3f, float * RESTRICT tvector3f); #endif #endif