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

« back to all changes in this revision

Viewing changes to src/net/tmwa/pethandler.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:
51
51
 
52
52
        void catchPet(const Being *const being) const override final;
53
53
 
54
 
        void requestPetState(const int data) const override final;
 
54
        void sendPetMessage(const int data) const override final;
55
55
 
56
56
        void setName(const std::string &name) const override final;
57
57
 
 
58
        void requestStatus() const override final;
 
59
 
 
60
        void feed() const override final;
 
61
 
 
62
        void dropLoot() const override final;
 
63
 
 
64
        void returnToEgg() const override final;
 
65
 
 
66
        void unequip() const override final;
 
67
 
58
68
    protected:
59
69
        int mRandCounter;
60
70
};