X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=mod_skeletal_animatevertices_sse.h;h=aa98fce8e88bc041245352f9b4f586004c6f03b9;hp=7de55ca6dfe51dcc63d2451206d373f2a5c12e24;hb=fbddb742e3f36efc25a5e701b2e29e14d24e5d75;hpb=8823e14b9482ce5779c09a48e9b81f397f94b55f 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