summaryrefslogtreecommitdiff
path: root/include/players.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-18 12:31:46 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-18 12:31:46 +0200
commitf646ddb88ec19307d42729b7babdb77966449327 (patch)
tree0f7031bf54ef2b3274380211e05bcfa66420ebe3 /include/players.h
parent003c13a4ae07c3ec15a31df0f7f65e3d1ffe9ae0 (diff)
ingame menu & network work
Diffstat (limited to 'include/players.h')
-rw-r--r--include/players.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/players.h b/include/players.h
index d97b978..1343e14 100644
--- a/include/players.h
+++ b/include/players.h
@@ -114,5 +114,6 @@ char* get_player_name_by_player_index(int index);
color get_color_tint_by_player_index(int index);
void add_points_to_player(player* p, u32 points);
void update_points_animation_server();
+void clear_players();
#endif \ No newline at end of file