X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_render.h;h=5a11bea841d77d47c2483b5c53c0995b1baa7bdd;hb=1d06671f87a9d24596fc6808d8e0db889a818750;hp=31fba37d2a5ad4612e1c55e3e9ca7d69ae61ca30;hpb=02e009ae6e20938675277e9ce2f467e17b170cc7;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_render.h b/player_render.h index 31fba37..5a11bea 100644 --- a/player_render.h +++ b/player_render.h @@ -79,8 +79,11 @@ VG_STATIC void player_model_unload( struct player_model *board ); VG_STATIC void render_board( camera *cam, world_instance *world, struct player_board *board, m4x3f root, + struct player_board_pose *pose, enum board_shader shader ); + VG_STATIC void render_playermodel( camera *cam, world_instance *world, + int depth_compare, struct player_model *model, struct skeleton *skeleton );