]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mod_skeletal_animatevertices_generic.h
cvar: Don't memset cvar->aliases before it's even allocated
[xonotic/darkplaces.git] / mod_skeletal_animatevertices_generic.h
index 2ad97eb6e01fe145bc3f0c26d057043cbbd37ca2..672e4324ca8783c143f9143a493cd4cf64fedae4 100644 (file)
@@ -3,6 +3,6 @@
 
 #include "quakedef.h"
 
-void Mod_Skeletal_AnimateVertices_Generic(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_Generic(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