diff options
Diffstat (limited to 'clicker-ncurses.h')
-rw-r--r-- | clicker-ncurses.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clicker-ncurses.h b/clicker-ncurses.h index b7c97c2..cbaf969 100644 --- a/clicker-ncurses.h +++ b/clicker-ncurses.h @@ -5,10 +5,4 @@ struct game int score; }; -int get_score (struct game *game); void set_score (struct game *game, int score); - -int get_click (struct game *game); -void set_click (struct game *game, int click); - -int get_multiplifier (struct game *game); |