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

« back to all changes in this revision

Viewing changes to src/net/ea/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:
23
23
#ifndef NET_EA_INVENTORYHANDLER_H
24
24
#define NET_EA_INVENTORYHANDLER_H
25
25
 
26
 
#include "inventory.h"
27
26
#include "localconsts.h"
28
27
 
29
28
#include "net/inventoryhandler.h"
48
47
class InventoryHandler notfinal : public Net::InventoryHandler
49
48
{
50
49
    public:
51
 
        enum
52
 
        {
53
 
            GUILD_STORAGE = Inventory::TYPE_END,
54
 
            CART
55
 
        };
56
 
 
57
50
        A_DELETE_COPY(InventoryHandler)
58
51
 
59
52
        virtual ~InventoryHandler();