Files
oboe/osx/boe.townspec.h
Celtic Minstrel e0115dd668 - Added a setting to skip delay when showing damage to the whole party. It's a hidden preference at the moment, like skip startup splash.
- Replaced all instances of Boolean with bool, TRUE with true, FALSE with false. (Except for a few cases where this resulted in a compile error.)

git-svn-id: http://openexile.googlecode.com/svn/trunk@38 4ebdad44-0ea0-11de-aab3-ff745001d230
2009-04-27 19:41:06 +00:00

13 lines
642 B
C

void activate_monster_enc(short enc_num,short str1,short str2,short strsnd,short *flip_bit);
bool special_trap(short trap_type,short dialog_num,short *flip_bit);
void OTS(short str1b,short str2b,short str12a,short sound,unsigned char *flip_bit);
void DSG(short item_num,unsigned char *flip_bit,short dialog_num,short what_spec,short amt_gold,short amt_food);
bool GFI(short dialog_num);
bool run_trap(short pc_num,eTrapType trap_type,short trap_level,short diff);
location get_spec_loc(short which);
void start_split(short a,short b,short noise) ;
void end_split(short noise) ;
void switch_lever(location w);
short handle_lever(location w);