view GUI/UI/Chest.h @ 2556:91c75d202d30

Shooting bow sound & stats word wrap (bugfix submitted by default8p)
author a.parshin
date Thu, 14 May 2015 11:03:14 +0200
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();
};