| OpenEnroth 9cf7432
    | 
#include "GUI/UI/UISpellbook.h"#include <string>#include "Engine/AssetsManager.h"#include "Engine/Engine.h"#include "Engine/Objects/CharacterEnumFunctions.h"#include "Engine/Graphics/Renderer/Renderer.h"#include "Engine/Graphics/Viewport.h"#include "Engine/Graphics/Image.h"#include "Engine/Random/Random.h"#include "Engine/Spells/Spells.h"#include "Engine/Spells/SpellEnumFunctions.h"#include "Engine/Localization.h"#include "Engine/Party.h"#include "Engine/Time/Timer.h"#include "GUI/GUIButton.h"#include "Io/Mouse.h"#include "Media/Audio/AudioPlayer.h"| Variables | |
| static constexpr IndexedArray< const char *, MAGIC_SCHOOL_FIRST, MAGIC_SCHOOL_LAST > | spellbook_texture_filename_suffices | 
| static constexpr IndexedArray< std::array< unsigned char, 12 >, MAGIC_SCHOOL_FIRST, MAGIC_SCHOOL_LAST > | pSpellbookSpellIndices | 
| static constexpr IndexedArray< const char *, MAGIC_SCHOOL_FIRST, MAGIC_SCHOOL_LAST > | texNames | 
| static constexpr IndexedArray< std::array< int, 2 >, MAGIC_SCHOOL_FIRST, MAGIC_SCHOOL_LAST > | texture_tab_coord1 | 
| static constexpr IndexedArray< std::array< int, 2 >, MAGIC_SCHOOL_FIRST, MAGIC_SCHOOL_LAST > | texture_tab_coord0 | 
| SpellId | spellbookSelectedSpell | 
| 
 | staticconstexpr | 
| 
 | staticconstexpr | 
| SpellId spellbookSelectedSpell | 
| 
 | staticconstexpr | 
| 
 | staticconstexpr | 
| 
 | staticconstexpr |