00001 /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 00002 || NoX-Wizard UO Server Emulator (NXW) [http://noxwizard.sourceforge.net] || 00003 || || 00004 || This software is free software released under GPL2 license. || 00005 || You can find detailed license information in nox-wizard.cpp file. || 00006 || || 00007 || For any question post to NoX-Wizard forums. || 00008 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/ 00009 00010 #ifndef _SREGIONS_H 00011 #define _SREGIONS_H 00012 00013 void loadregions(); 00014 void checkregion(P_CHAR pc); 00015 short calcRegionFromXY(Location pos); // added by Anthalir 00016 short calcRegionFromXY(int x, int y); 00017 void check_region_weatherchange (); 00018 00019 #endif