]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_lerpanim.h
fix Black's mistake of using 'long' (32bit/64bit depending on architecture) type...
[xonotic/darkplaces.git] / r_lerpanim.h
index 83eec6f7bf41a7a4afdb9a1ba8ce3e07fa31e44b..2a24e0c2c41ec289bcb3634b2b56601778187c7d 100644 (file)
@@ -1,9 +1,8 @@
 
-typedef struct
-{
-       int frame;
-       float lerp;
-}
-frameblend_t;
-
-void R_LerpAnimation(model_t *mod, int frame1, int frame2, double frame1start, double frame2start, double framelerp, frameblend_t *blend);
+#ifndef R_LERPANIM_H
+#define R_LERPANIM_H
+
+void R_LerpAnimation(entity_render_t *r);
+
+#endif
+