~ubuntu-branches/ubuntu/vivid/manaplus/vivid-proposed

« back to all changes in this revision

Viewing changes to src/net/eathena/guildhandler.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-10-12 12:23:57 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20141012122357-7836sgv1j1v02cs2
Tags: 1.4.10.11-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                          const override final;
73
73
 
74
74
        void checkMaster() const;
 
75
 
 
76
    protected:
 
77
        void processGuildUpdateCoords(Net::MessageIn &msg) const;
 
78
 
 
79
        void processGuildPositionInfo(Net::MessageIn &msg) const;
 
80
 
 
81
        void processGuildMemberLogin(Net::MessageIn &msg) const;
 
82
 
 
83
        void processGuildExpulsion(Net::MessageIn &msg) const;
 
84
 
 
85
        void processGuildExpulsionList(Net::MessageIn &msg) const;
75
86
};
76
87
 
77
 
    extern Ea::GuildTab *guildTab;
 
88
//    extern Ea::GuildTab *guildTab;
 
89
}  // namespace EAthena
 
90
 
 
91
namespace Ea
 
92
{
78
93
    extern Guild *taGuild;
79
 
}  // namespace EAthena
 
94
}
80
95
 
81
96
#endif  // NET_EATHENA_GUILDHANDLER_H