Changeset 6 for trunk/src/game/Guild.h

Show
Ignore:
Timestamp:
11/19/08 13:22:12 (17 years ago)
Author:
yumileroy
Message:

[svn] * Added ACE for Linux and Windows (Thanks Derex for Linux part and partial Windows part)
* Updated to 6721 and 676
* Fixed TrinityScript? logo
* Version updated to 0.2.6721.676

Original author: Neo2003
Date: 2008-10-04 06:17:19-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Guild.h

    r2 r6  
    217217{ 
    218218    GuildItemPosCount(uint8 _slot, uint8 _count) : slot(_slot), count(_count) {} 
     219 
     220    bool isContainedIn(std::vector<GuildItemPosCount> const& vec) const; 
    219221 
    220222    uint8 slot;