Home
last modified time | relevance | path

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

/dports/games/edge/Edge-1.35-source/ddf/
H A Dattack.cc281 dynamic_atk->attack_class = dynamic_mobj ? BITSET_MAKE('M') : in AttackFinishEntry()
284 BITSET_MAKE('C') : BITSET_MAKE('B'); in AttackFinishEntry()
H A Dthing.h653 #define BITSET_MAKE(ch) (1 << ((ch) - 'A')) macro