00001 #ifndef DGN_ACTIONS_H 00002 #define DGN_ACTIONS_H 00003 00004 #include "travel.h" 00005 00006 void add_daction(daction_type act); 00007 void catchup_dactions(); 00008 void update_da_counters(LevelInfo *lev); 00009 unsigned int query_da_counter(daction_type c); 00010 00011 #endif