]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/darkplaces-src/mod_skeletal_animatevertices_generic.h
Include the source of the Darkplaces engine too
[voretournament/voretournament.git] / misc / source / darkplaces-src / mod_skeletal_animatevertices_generic.h
diff --git a/misc/source/darkplaces-src/mod_skeletal_animatevertices_generic.h b/misc/source/darkplaces-src/mod_skeletal_animatevertices_generic.h
new file mode 100644 (file)
index 0000000..2ad97eb
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef MOD_SKELETAL_ANIMATEVERTICES_GENERIC_H
+#define MOD_H
+
+#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);
+
+#endif