diff options
Diffstat (limited to 'src/ring.h')
-rw-r--r-- | src/ring.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,5 +15,6 @@ extern Ring *held; void pickup_ring(); bool drop_ring(); +bool check_win_condition(); #endif |
index : tower_of_hanoi_curses.git | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/ring.h | 1 |
@@ -15,5 +15,6 @@ extern Ring *held; void pickup_ring(); bool drop_ring(); +bool check_win_condition(); #endif |