summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/window.h')
-rw-r--r--src/gui/window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/window.h b/src/gui/window.h
index 2b98bebf..126fe2f4 100644
--- a/src/gui/window.h
+++ b/src/gui/window.h
@@ -82,6 +82,11 @@ class Window : public gcn::Window
void draw(gcn::Graphics *graphics);
/**
+ * Calls logic on content widget (cause Guichan 0.3.0 forgot this)
+ */
+ void logic();
+
+ /**
* Adds a widget to the window.
*/
void add(gcn::Widget *w);