#pragma once #include "h-basic.hpp" /** * Inscriptions */ struct inscription_info_type { char text[40]; /* The inscription itself */ byte when; /* When it is executed */ byte mana; /* Grid mana needed */ };