summaryrefslogtreecommitdiff
path: root/src/ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ring.h')
-rw-r--r--src/ring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ring.h b/src/ring.h
index 0b23bf1..0e146ff 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -14,5 +14,6 @@ extern Ring rings[3];
extern Ring *held;
void pickup_ring();
+bool drop_ring();
#endif