comparison xrogue/rogue.h @ 138:dd137c35c3b1

xrogue: record the result of each game in a logfile.
author John "Elwin" Edwards
date Tue, 05 May 2015 11:24:02 -0400
parents 1fbdefa82533
children aac28331e71d
comparison
equal deleted inserted replaced
137:443c8bd3e290 138:dd137c35c3b1
1257 void byebye(int sig), genmonsters(), quit(int sig), 1257 void byebye(int sig), genmonsters(), quit(int sig),
1258 auto_save(int sig), endit(int sig), tstp(); 1258 auto_save(int sig), endit(int sig), tstp();
1259 1259
1260 void teleport(); 1260 void teleport();
1261 1261
1262 void writelog(unsigned long amount, int flags, short monst);
1263
1262 int undance(), land(), cloak_charge(), wghtchk(); 1264 int undance(), land(), cloak_charge(), wghtchk();
1263 1265
1264 int add_intelligence(), add_strength(), add_wisdom(), add_dexterity(), 1266 int add_intelligence(), add_strength(), add_wisdom(), add_dexterity(),
1265 add_constitution(), add_charisma(), res_intelligence(), res_strength(), 1267 add_constitution(), add_charisma(), res_intelligence(), res_strength(),
1266 res_wisdom(), res_dexterity(), res_constitution(), res_charisma(); 1268 res_wisdom(), res_dexterity(), res_constitution(), res_charisma();