view GUI/UI/UIQuickReference.h @ 2574:dd36326a9994

More texture refactoring GetLeather -> DrawTextureCustomHeight
author a.parshin
date Mon, 07 Mar 2016 03:48:40 +0200
parents fed97f15d1e1
children
line wrap: on
line source

#include "GUI/GUIWindow.h"

struct GUIWindow_QuickReference : public GUIWindow
{
             GUIWindow_QuickReference();
    virtual ~GUIWindow_QuickReference() {}

    virtual void Update();
};