]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mod_skeletal_animatevertices_sse.h
com_list: Fix spacing. No code changes
[xonotic/darkplaces.git] / mod_skeletal_animatevertices_sse.h
index 7de55ca6dfe51dcc63d2451206d373f2a5c12e24..aa98fce8e88bc041245352f9b4f586004c6f03b9 100644 (file)
@@ -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