diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-08 18:27:39 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-08 18:27:39 -0700 |
| commit | f1ddc12b68b4e4c8087962de25260470e6df2bea (patch) | |
| tree | 7d0440a6402a9b0ef75ded23fa64b68534255bba /src/screen/table.h | |
| parent | 6025860a61386bf767b29c3ec5fd0d31285f1056 (diff) | |
Add tuxanci2 files
Diffstat (limited to 'src/screen/table.h')
| -rw-r--r-- | src/screen/table.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/screen/table.h b/src/screen/table.h deleted file mode 100644 index 7940ee9..0000000 --- a/src/screen/table.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef SCREEN_TABLE_H -#define SCREEN_TABLE_H - -#define SCREEN_TABLE_MAX_PLAYERS 10 -#define SCREEN_TABLE_FILE_HIGHSCORE_NAME "highscore" - -extern void table_start(); -extern void table_draw(); -extern void table_event(); -extern void table_stop(); -extern int table_add(char *name, int score); -extern void table_init(); -extern void table_quit(); - -#endif /* SCREEN_TABLE_H */ |