summaryrefslogtreecommitdiffstats
path: root/Window.h
diff options
context:
space:
mode:
Diffstat (limited to 'Window.h')
-rw-r--r--Window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Window.h b/Window.h
index 00c447c..2e75f13 100644
--- a/Window.h
+++ b/Window.h
@@ -44,6 +44,10 @@ class Window {
void update();
void handleAction(UIManager::Action action);
+ void redraw() {
+ drawer.update();
+ }
+
EditManager& getEditManager() {
return editor;
}