diff options
Diffstat (limited to 'src/ring.h')
-rw-r--r-- | src/ring.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,5 +14,6 @@ extern Ring rings[3]; extern Ring *held; void pickup_ring(); +bool drop_ring(); #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 |
@@ -14,5 +14,6 @@ extern Ring rings[3]; extern Ring *held; void pickup_ring(); +bool drop_ring(); #endif |