view GUI/UI/Spellbook.h @ 2575:a76d408c5132 tip

DrawTranslucent -> DrawTextureGrayShade Removed old texture drawing stuff
author a.parshin
date Wed, 09 Mar 2016 01:39:52 +0200
parents dd36326a9994
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;