|
|
|
|
@ -21,6 +21,11 @@ std::vector<SpellListItem> GetSpellListItems();
|
|
|
|
|
void SetSpell(); |
|
|
|
|
void SetSpeedSpell(int slot); |
|
|
|
|
void ToggleSpell(int slot); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Draws the "Speed Book": the rows of known spells for quick-setting a spell that |
|
|
|
|
* show up when you click the spell slot at the control panel. |
|
|
|
|
*/ |
|
|
|
|
void DoSpeedBook(); |
|
|
|
|
|
|
|
|
|
} // namespace devilution
|
|
|
|
|
|