summaryrefslogtreecommitdiff
path: root/src/skill_flag.hpp
blob: 15c6de9c3db45d16dcc93e25b458861894da154c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "skill_flag_set.hpp"
#include <boost/preprocessor/cat.hpp>

//
// Define flag set for each flag.
//
#define SKF(tier, index, name) \
   DECLARE_FLAG(skill_flag_set, BOOST_PP_CAT(SKF_,name), tier, index)
#include "skill_flag_list.hpp"
#undef SKF