X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_remote.h;h=3e4b67e773dcad826ff66a7229ac2d4e497eeb80;hb=eff8b75f1a00169d7666c2adf27b588e278c19d2;hp=2d3250c5b0298d439ffcbdb09fd202f41ce823b2;hpb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_remote.h b/player_remote.h index 2d3250c..3e4b67e 100644 --- a/player_remote.h +++ b/player_remote.h @@ -27,7 +27,6 @@ struct global_netplayers int world_match[ k_world_max ]; u32 location_pstr; /* TODO: valid if active_world set. */ - /* TODO: Compression with server code */ char username[ NETWORK_USERNAME_MAX ]; char items[k_netmsg_playeritem_max][ADDON_UID_MAX]; char chat[ NETWORK_MAX_CHAT ]; @@ -101,8 +100,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 );