~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-11-18 15:19:44 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131118151944-iyd93ut2rmxzp8gg
Tags: 1.3.11.10-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        void processOnlineList(Net::MessageIn &msg) const;
55
55
        void requestOnlineList() const override final;
56
56
        void updateStatus(const uint8_t status) const override final;
 
57
        void processMapMask(Net::MessageIn &msg) const;
 
58
        void processMapMusic(Net::MessageIn &msg) const;
57
59
 
58
60
        void respawn() const override final;
59
61
};