summaryrefslogtreecommitdiff
path: root/src/spell_type.hpp
blob: 1817e6a841b03ad94fa218e85d1dea11be15e908 (plain)
1
2
3
4
5
6
7
#pragma once

#include "spell_type_fwd.h"
#include <string>
#include <functional>

void spell_type_description_foreach(spell_type *spell, std::function<void (std::string const &text)>);