aboutsummaryrefslogtreecommitdiff
path: root/Museum.h
diff options
context:
space:
mode:
Diffstat (limited to 'Museum.h')
-rw-r--r--Museum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Museum.h b/Museum.h
index b5e8c2a..9ded7a1 100644
--- a/Museum.h
+++ b/Museum.h
@@ -19,6 +19,7 @@ public:
public:
void set_pause(bool paused);
+ bool get_pause() { return this->paused; }
void update();
private: