#pragma once #include "h-basic.h" #include /** * Spellbinder state */ struct spellbinder { /** * Bound spells. */ std::vector spell_idxs; /** * Trigger condition. */ byte trigger = 0; };