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

« back to all changes in this revision

Viewing changes to src/net/eathena/bankhandler.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:
45
45
 
46
46
    protected:
47
47
        void processBankStatus(Net::MessageIn &msg);
 
48
 
 
49
        void processBankDeposit(Net::MessageIn &msg);
 
50
 
 
51
        void processBankWithdraw(Net::MessageIn &msg);
48
52
};
49
53
 
50
54
}  // namespace EAthena