Changeset 206 for trunk/src/game/Object.h
- Timestamp:
- 11/19/08 13:46:16 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Object.h
r174 r206 95 95 class GameObject; 96 96 97 typedef HM_NAMESPACE::hash_map<Player*, UpdateData> UpdateDataMapType;97 typedef UNORDERED_MAP<Player*, UpdateData> UpdateDataMapType; 98 98 99 99 struct WorldLocation