diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-05 14:23:27 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-05 14:23:27 +0100 |
| commit | 8777713844f81a7ee171ddbd4e910d83122c9f74 (patch) | |
| tree | 5e7bafb5c93e07e34d6b9d22f1be1781933623f4 /include | |
| parent | 278bdb59ef744dd51ada14c99de22fcb41c1abea (diff) | |
player names
Diffstat (limited to 'include')
| -rw-r--r-- | include/players.h | 2 |
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 |
