interp test 1
[carveJwlIkooP6JGAAIwe30JlM.git] / player_render.h
index be12d68287c9c8eaa75f6d1705bd16a01cc820c5..f25f68b6ffc8794226fc78a59321dbe29b9012e8 100644 (file)
@@ -85,6 +85,9 @@ static void render_board( camera *cam, world_instance *world,
 static void render_playermodel( camera *cam, world_instance *world,
                                    int depth_compare,
                                    struct player_model *model,
-                                   struct skeleton *skeleton );
+                                   struct skeleton *skeleton,
+                                   m4x3f *final_mtx );
+static void apply_full_skeleton_pose( struct skeleton *sk, player_pose *pose,
+                                      m4x3f *final_mtx );
 
 #endif /* PLAYER_RENDER_H */