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

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

//
// Define flag set for each flag.
//
#define TR(tier, index, name, e_name, c_name, c_page, c_col, c_row, c_type, c_prio, is_pval, is_esp) \
   DECLARE_FLAG(object_flag_set, name, tier, index)
#include "object_flag_list.hpp"
#undef TR