#include "AppHdr.h"
#include "dgn-actions.h"
#include "coordit.h"
#include "debug.h"
#include "decks.h"
#include "env.h"
#include "mon-behv.h"
#include "mon-stuff.h"
#include "mon-util.h"
#include "player.h"
#include "religion.h"
#include "travel.h"
#include "view.h"
Functions | |
void | update_da_counters (LevelInfo *lev) |
void | add_daction (daction_type act) |
void | catchup_dactions () |
unsigned int | query_da_counter (daction_type c) |
void add_daction | ( | daction_type | act | ) |
void catchup_dactions | ( | ) |
unsigned int query_da_counter | ( | daction_type | c | ) |
void update_da_counters | ( | LevelInfo * | lev | ) |