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

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

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

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

    virtual void Update();
    virtual void Release();

    void OpenSpellbook();
    void OpenSpellbookPage(int page);
};


extern class Image *ui_spellbook_btn_quckspell;
extern class Image *ui_spellbook_btn_quckspell_click;
extern class Image *ui_spellbook_btn_close;
extern class Image *ui_spellbook_btn_close_click;