diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-02 20:03:01 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-02 20:03:01 -0700 |
commit | f4c0da6517e3a5bf4e87d2ac0acf474fbc75d62c (patch) | |
tree | e08dbb1336f9bf74a7e7d2d1cefd4728c9b57e18 /web/web_ui.h | |
parent | 309a8042a3a84476637ad9c0f6535a1d71369759 (diff) | |
download | dartboat-f4c0da6517e3a5bf4e87d2ac0acf474fbc75d62c.tar.gz dartboat-f4c0da6517e3a5bf4e87d2ac0acf474fbc75d62c.tar.xz |
web: more renaming
Diffstat (limited to 'web/web_ui.h')
-rw-r--r-- | web/web_ui.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/web/web_ui.h b/web/web_ui.h deleted file mode 100644 index 831e3dd..0000000 --- a/web/web_ui.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef WEB_UI_H -#define WEB_UI_H - -#include <stdbool.h> - -void ui_flush(); - -void ui_flush_player_info(int pn); -void ui_set_player_avg(int pn, double avg); - -void update_player_name(int pn, char *str); -void update_player_sugg(int pn, int rem); -void update_player_avg(int pn, int n_darts); -void update_player_rem(int pn, int rem); -void clear_player_info(int pn); - -void draw_visits(); - -#endif |