Some rearranging of classes so that things are in more logical places.
git-svn-id: http://openexile.googlecode.com/svn/trunk@45 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -14,7 +14,7 @@ short short_can_see(shortloc p1,shortloc p2);
|
||||
bool is_lava(short x,short y);
|
||||
short can_see(location p1,location p2,short mode);
|
||||
short get_obscurity(short x,short y);
|
||||
unsigned char coord_to_ter(short x,short y);
|
||||
unsigned short coord_to_ter(short x,short y);
|
||||
bool is_container(location loc);
|
||||
void update_explored(location dest);
|
||||
bool is_blocked(location to_check);
|
||||
|
Reference in New Issue
Block a user