From 8777713844f81a7ee171ddbd4e910d83122c9f74 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 5 Nov 2023 14:23:27 +0100 Subject: player names --- include/players.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/players.h b/include/players.h index 1ef7d28..a6b1745 100644 --- a/include/players.h +++ b/include/players.h @@ -77,5 +77,7 @@ void update_players_server(); void spawn_player(u32 id, network_client client); bool player_has_old_session(u32 id); void rejoin_player(u32 id, network_client client); +char* get_player_name_by_player_index(int index); +color get_color_tint_by_player_index(int index); #endif \ No newline at end of file -- cgit v1.2.3-70-g09d2