#pragma once #include "h-basic.h" #include /** * School book. */ struct school_book { /** * Indexes of all the spells in the book. */ std::vector spell_idxs; };