More refactoring. The code is ALMOST able to compile now – all three programs together give a mere 25 errors.

git-svn-id: http://openexile.googlecode.com/svn/trunk@31 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-04-25 05:12:14 +00:00
parent c8df8232ab
commit 3ba7021543
78 changed files with 7449 additions and 5947 deletions

View File

@@ -10,7 +10,7 @@ Boolean adj_town_look(location where);
void PSOE(short str1a,short str1b,short str2a,short str2b,
short which_special,unsigned char *stuff_done_val,short where_put);
Boolean damage_monst(short which_m, short who_hit, short how_much, short how_much_spec, short dam_type);
void kill_monst(creature_data_type *which_m,short who_killed);
void kill_monst(cPopulation::cCreature *which_m,short who_killed);
void special_increase_age();
void out_move_party(char x,char y) ;
void teleport_party(short x,short y,short mode);