diff GUI/UI/UIRest.h @ 2549:3121fb54a110

Rest & Spelbook refactored into class
author a.parshin
date Tue, 12 May 2015 11:07:32 +0200
parents e06a3fe9ad6e
children dd36326a9994
line wrap: on
line diff
--- a/GUI/UI/UIRest.h	Tue May 12 03:24:19 2015 +0200
+++ b/GUI/UI/UIRest.h	Tue May 12 11:07:32 2015 +0200
@@ -4,9 +4,7 @@
 
 struct GUIWindow_Rest : public GUIWindow
 {
-    GUIWindow_Rest(unsigned int x, unsigned int y, unsigned int width, unsigned int height) :
-        GUIWindow(x, y, width, height, 0, nullptr)
-    {}
+             GUIWindow_Rest();
     virtual ~GUIWindow_Rest() {}
 
     virtual void Update();