comparison GUI/UI/Chest.h @ 2550:fb42e2662c38

Chest UI refactored to a class
author a.parshin
date Tue, 12 May 2015 11:28:22 +0200
parents
children
comparison
equal deleted inserted replaced
2549:3121fb54a110 2550:fb42e2662c38
1 #pragma once
2 #include "GUI/GUIWindow.h"
3
4
5
6 struct GUIWindow_Chest : public GUIWindow
7 {
8 GUIWindow_Chest(unsigned int chest_id);
9 virtual ~GUIWindow_Chest() {}
10
11 virtual void Update();
12 };