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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2015-02-05 10:52:57 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20150205105257-q53e3m1s2wwawu8a
Tags: 1.5.1.31-1
* New upstream release.
* Fix some wildcard-matches-nothing-in-dep5-copyright warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        static void processPlayerItemRentalExpired(Net::MessageIn &msg);
103
103
 
104
104
        static void processPlayerStorageRemove(Net::MessageIn &msg);
 
105
 
 
106
        static void processCartInfo(Net::MessageIn &msg);
 
107
 
 
108
        static void processCartRemove(Net::MessageIn &msg);
 
109
 
 
110
        static void processPlayerCartAdd(Net::MessageIn &msg);
 
111
 
 
112
        static void processPlayerCartEquip(Net::MessageIn &msg);
 
113
 
 
114
        static void processPlayerCartItems(Net::MessageIn &msg);
 
115
 
 
116
        static void processPlayerCartRemove(Net::MessageIn &msg);
 
117
 
 
118
        static Ea::InventoryItems mCartItems;
105
119
};
106
120
 
107
121
}  // namespace EAthena