Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstate.h23 struct god_act_state struct
27 god_act_state();
155 god_act_state god_act;
156 vector<god_act_state> god_act_stack;
197 vector<god_act_state> other_gods_acting() const;
H A Dstate.cc314 god_act_state::god_act_state() in god_act_state() function in god_act_state
319 void god_act_state::reset() in reset()
407 vector<god_act_state> game_state::other_gods_acting() const in other_gods_acting()
522 for (const god_act_state &godact : god_act_stack) in dump()