summaryrefslogtreecommitdiff
path: root/src/ring.h
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-11-01 17:18:18 -0400
committerLouie S <louie@example.com>2023-11-01 17:18:18 -0400
commit39359f73687269178f10da8db11c69e91dc1ff3b (patch)
tree73005f3a920fa1728235cf50c5b103c0b820fa02 /src/ring.h
parent75457ef8cbfa25909fe9c4c8867db6ab96ba8ce2 (diff)
Create win screen and ability to restartHEADmaster
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