view GUI/UI/Chest.h @ 2561:98057834c9a0

for VS2012
author Ritor1
date Thu, 14 May 2015 19:29:28 +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();
};