summaryrefslogtreecommitdiff
path: root/src/ego_flag.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ego_flag.hpp')
-rw-r--r--src/ego_flag.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ego_flag.hpp b/src/ego_flag.hpp
new file mode 100644
index 00000000..8afb6b19
--- /dev/null
+++ b/src/ego_flag.hpp
@@ -0,0 +1,12 @@
+#pragma once
+
+#include "ego_flag_set.hpp"
+#include <boost/preprocessor/cat.hpp>
+
+//
+// Define flag set for each flag.
+//
+#define ETR(tier, index, name) \
+ DECLARE_FLAG(ego_flag_set, BOOST_PP_CAT(ETR_,name), tier, index)
+#include "ego_flag_list.hpp"
+#undef ETR