Changeset 6 for trunk/src/game/Guild.h
- Timestamp:
- 11/19/08 13:22:12 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Guild.h
r2 r6 217 217 { 218 218 GuildItemPosCount(uint8 _slot, uint8 _count) : slot(_slot), count(_count) {} 219 220 bool isContainedIn(std::vector<GuildItemPosCount> const& vec) const; 219 221 220 222 uint8 slot;