aboutsummaryrefslogtreecommitdiff
path: root/include/Overlay.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Overlay.hpp')
-rw-r--r--include/Overlay.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp
index c580a12..218dee7 100644
--- a/include/Overlay.hpp
+++ b/include/Overlay.hpp
@@ -39,7 +39,8 @@ namespace gsr {
void handle_events();
void on_event(mgl::Event &event);
- void draw();
+ // Returns false if not visible
+ bool draw();
void show();
void hide();