summaryrefslogtreecommitdiff
path: root/src/skill_flag.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/skill_flag.hpp')
-rw-r--r--src/skill_flag.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/skill_flag.hpp b/src/skill_flag.hpp
new file mode 100644
index 00000000..15c6de9c
--- /dev/null
+++ b/src/skill_flag.hpp
@@ -0,0 +1,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