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 0e146ff..c7fde98 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -15,5 +15,6 @@ extern Ring *held;
void pickup_ring();
bool drop_ring();
+bool check_win_condition();
#endif