Changeset 12 for trunk/src/game/Object.h
- Timestamp:
- 11/19/08 13:22:59 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Object.h
r2 r12 438 438 virtual bool isVisibleForInState(Player const* u, bool inVisibleList) const = 0; 439 439 440 // Low Level Packets 441 void SendPlaySound(uint32 Sound, bool OnlySelf); 442 440 443 Map * GetMap() const; 441 444 Map const* GetBaseMap() const;