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

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

//
// Define flag set for each flag.
//
#define STF(tier, index, name) \
   DECLARE_FLAG(store_flag_set, BOOST_PP_CAT(STF_,name), tier, index)
#include "store_flag_list.hpp"
#undef STF