comparison arogue7/rogue.h @ 130:1a64fd0bfea6

arogue7: record completed games in a logfile.
author John "Elwin" Edwards
date Tue, 12 May 2015 09:55:05 -0400
parents c697782a9b37
children aac28331e71d
comparison
equal deleted inserted replaced
129:9c4e50b5825c 130:1a64fd0bfea6
1148 void genmonsters(), 1148 void genmonsters(),
1149 add_intelligence(), add_strength(), add_wisdom(), add_dexterity(), 1149 add_intelligence(), add_strength(), add_wisdom(), add_dexterity(),
1150 add_constitution(), add_charisma(), res_intelligence(), res_strength(int), 1150 add_constitution(), add_charisma(), res_intelligence(), res_strength(int),
1151 res_wisdom(), res_dexterity(), res_constitution(), res_charisma(); 1151 res_wisdom(), res_dexterity(), res_constitution(), res_charisma();
1152 1152
1153 void writelog(unsigned long amount, int flags, short monst);
1153 1154
1154 #ifdef CHECKTIME 1155 #ifdef CHECKTIME
1155 int checkout(); 1156 int checkout();
1156 #endif 1157 #endif
1157 1158