view GUI/UI/Chest.h @ 2560:44d9df75dc13

Слияние
author Ritor1
date Thu, 14 May 2015 19:16:21 +0600
parents fb42e2662c38
children
line wrap: on
line source

#pragma once
#include "GUI/GUIWindow.h"



struct GUIWindow_Chest : public GUIWindow
{
             GUIWindow_Chest(unsigned int chest_id);
    virtual ~GUIWindow_Chest() {}

    virtual void Update();
};