.h -> .hpp

This commit is contained in:
2015-06-07 01:54:01 -04:00
parent aa5dfe4f69
commit 01d317b007
137 changed files with 707 additions and 714 deletions

9
src/boe.townspec.hpp Normal file
View File

@@ -0,0 +1,9 @@
#include <string>
void activate_monster_enc(short enc_num,std::string list,short str,short strsnd,short *flip_bit);
bool special_trap(short trap_type,short dialog_num,short *flip_bit);
bool run_trap(short pc_num,eTrapType trap_type,short trap_level,short diff);
location get_spec_loc(short which);
bool handle_lever(location w);