summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/players.h2
1 files changed, 2 insertions, 0 deletions
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