Home
last modified time | relevance | path

Searched refs:armflags_t (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ditem-prop.h21 typedef uint32_t armflags_t; typedef
22 #define ard(flg, lev) (armflags_t)((flg) * ((lev) & 7))
H A Ditem-prop.cc65 armflags_t flags;
2909 static inline int _get_armour_flag(armflags_t all, armour_flag res) in _get_armour_flag()
2925 static armflags_t _armour_type_flags(const uint8_t arm) in _armour_type_flags()