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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-09-30 18:10:18 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20140930181018-pb73a0ogw29tjv8k
Tags: 1.4.9.27-1
* New upstream release.
* Bump Standards-Version to 3.9.6 (no changes required).

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        void setMemo() const override final;
69
69
        void doriDori() const override final;
70
70
        void explosionSpirits() const override final;
 
71
        void requestPvpInfo() const override final;
 
72
        void revive() const override final;
 
73
        void setViewEquipment(const bool allow) const override final;
71
74
 
72
75
    protected:
73
76
        void processPlayerStatUpdate5(Net::MessageIn &msg);
74
77
 
75
78
        void processPlayerGetExp(Net::MessageIn &msg);
76
79
 
 
80
        void processPvpInfo(Net::MessageIn &msg);
 
81
 
 
82
        void processPlayerHeal(Net::MessageIn &msg);
 
83
 
77
84
        static void processWalkResponse(Net::MessageIn &msg);
78
85
};
79
86