Changeset 61 for trunk/src/game/Map.h
- Timestamp:
- 11/19/08 13:30:29 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Map.h
r44 r61 235 235 bool isCellMarked(uint32 pCellId) { return marked_cells.test(pCellId); } 236 236 void markCell(uint32 pCellId) { marked_cells.set(pCellId); } 237 Creature* GetCreatureInMap(uint64 guid); 238 GameObject* GetGameObjectInMap(uint64 guid); 237 239 private: 238 240 void LoadVMap(int pX, int pY);