Added some typedefs for clarity, and also added a cAttack class.
git-svn-id: http://openexile.googlecode.com/svn/trunk@77 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -814,7 +814,7 @@ bool load_outdoors(location which_out,cOutdoors& the_out){
|
||||
return true;
|
||||
}
|
||||
|
||||
bool load_outdoors(location which_out, short mode, unsigned short borders[4][50]){
|
||||
bool load_outdoors(location which_out, short mode, ter_num_t borders[4][50]){
|
||||
short j,file_id;
|
||||
long len,len_to_jump;
|
||||
legacy::outdoor_record_type store_out;
|
||||
|
@@ -20,7 +20,7 @@ bool load_town(short which_town, cSpeech& the_talk);
|
||||
bool load_town_str(short which_town, short which_str, char* str);
|
||||
bool load_town_str(short which_town, cTown*& the_town);
|
||||
bool load_outdoors(location which_out,cOutdoors& the_out);
|
||||
bool load_outdoors(location which_out, short mode, unsigned short borders[4][50]);
|
||||
bool load_outdoors(location which_out, short mode, ter_num_t borders[4][50]);
|
||||
bool load_outdoor_str(location which_out, short which_str, char* str);
|
||||
void load_spec_graphics();
|
||||
|
||||
|
Reference in New Issue
Block a user