X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=97c8292353555b6757de1b1e3c79e5ad975a28e4;hb=8257c14cce7fd1df60238aa0f690593948b5befe;hp=3ae9df1bd625e01d69fd33089364bc4e788688e6;hpb=f5ab30ae4b7250cc128086261b60f0af47f88f11;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index 3ae9df1..97c8292 100644 --- a/player.h +++ b/player.h @@ -48,7 +48,6 @@ struct player_subsystem_interface{ void(*effects)( void *animator, m4x3f *final_mtx, struct player_board *board, struct player_effects_data *effect_data ); void(*post_animate)(void); - void(*render)( camera *cam, world_instance *world, player_pose *pose ); void(*network_animator_exchange)( bitpack_ctx *ctx, void *data ); void(*sfx_oneshot)( u8 id, v3f pos, f32 volume );