Changeset 279 for trunk/src/game/MapManager.h
- Timestamp:
- 11/22/08 00:36:22 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/MapManager.h
r272 r279 11 11 * This program is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 17 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307USA18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 19 */ 20 20 … … 28 28 #include "Map.h" 29 29 #include "GridStates.h" 30 30 31 class Transport; 31 32 … … 45 46 // only const version for outer users 46 47 Map const* GetBaseMap(uint32 id) const { return const_cast<MapManager*>(this)->_GetBaseMap(id); } 47 void DeleteInstance(uint32 mapid, uint32 instanceId , uint8 mode);48 void DeleteInstance(uint32 mapid, uint32 instanceId); 48 49 49 50 inline uint16 GetAreaFlag(uint32 mapid, float x, float y) const