X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_remote.h;h=1a99bcb32bf7560f550e7d09bdf39d8ee7328b85;hb=61d4952a59c72dab12aa5cb9100d4433b2cdcedf;hp=2d3250c5b0298d439ffcbdb09fd202f41ce823b2;hpb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_remote.h b/player_remote.h index 2d3250c..1a99bcb 100644 --- a/player_remote.h +++ b/player_remote.h @@ -101,8 +101,8 @@ void relink_all_remote_player_worlds(void); void player_remote_update_friendflags( struct network_player *remote ); void remote_players_init(void); void remote_sfx_pre_update(void); -void remote_player_network_imgui( m4x4f pv ); -void remote_players_imgui_world( world_instance *world, m4x4f pv, - f32 max_dist, int geo_cull ); -void remote_players_imgui_lobby(void); -void remote_players_chat_imgui(void); +void remote_player_network_imgui( ui_context *ctx, m4x4f pv ); +void remote_players_imgui_world( ui_context *ctx, world_instance *world, + m4x4f pv, f32 max_dist, int geo_cull ); +void remote_players_imgui_lobby( ui_context *ctx ); +void remote_players_chat_imgui( ui_context *ctx );