#include <Spellbook_gump.h>
Inheritance diagram for Spelltype_gump:


Public Member Functions | |
| Spelltype_gump (int shnum) | |
| virtual | ~Spelltype_gump () |
| virtual void | do_spell (int spell)=0 |
| virtual void | select_spell (int spell)=0 |
Definition at line 30 of file Spellbook_gump.h.
| Spelltype_gump::Spelltype_gump | ( | int | shnum | ) | [inline] |
Definition at line 33 of file Spellbook_gump.h.
| virtual Spelltype_gump::~Spelltype_gump | ( | ) | [inline, virtual] |
Definition at line 34 of file Spellbook_gump.h.
| virtual void Spelltype_gump::do_spell | ( | int | spell | ) | [pure virtual] |
Implemented in Spellbook_gump, and Spellscroll_gump.
| virtual void Spelltype_gump::select_spell | ( | int | spell | ) | [pure virtual] |
Implemented in Spellbook_gump, and Spellscroll_gump.
1.5.1