Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
2548:87e5590d034b | 2549:3121fb54a110 |
---|---|
2 #include "GUI/GUIWindow.h" | 2 #include "GUI/GUIWindow.h" |
3 | 3 |
4 | 4 |
5 struct GUIWindow_Rest : public GUIWindow | 5 struct GUIWindow_Rest : public GUIWindow |
6 { | 6 { |
7 GUIWindow_Rest(unsigned int x, unsigned int y, unsigned int width, unsigned int height) : | 7 GUIWindow_Rest(); |
8 GUIWindow(x, y, width, height, 0, nullptr) | |
9 {} | |
10 virtual ~GUIWindow_Rest() {} | 8 virtual ~GUIWindow_Rest() {} |
11 | 9 |
12 virtual void Update(); | 10 virtual void Update(); |
13 }; | 11 }; |
14 | 12 |