diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Overlay.hpp | 3 |
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(); |