summaryrefslogtreecommitdiff
path: root/src/spell_idx_list.hpp
blob: 5f8174525cd89a15c5a29df787be4cce394736ca (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "spell_idx_list_fwd.h"
#include <vector>

struct spell_idx_list {
	std::vector<s32b> v;
};