From 0779cc7854ac04b87aecc3d4bc64f2a9f12833c8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Sep 2018 21:39:01 +0300 Subject: Add packet SMSG_PLAYER_COMBINED_INVENTORY 0x0b09. --- src/enums/net/inventorytype.h | 35 ----------------------------------- src/enums/net/netinventorytype.h | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 src/enums/net/inventorytype.h create mode 100644 src/enums/net/netinventorytype.h (limited to 'src/enums') diff --git a/src/enums/net/inventorytype.h b/src/enums/net/inventorytype.h deleted file mode 100644 index 1e15f6efc..000000000 --- a/src/enums/net/inventorytype.h +++ /dev/null @@ -1,35 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2014-2018 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#ifndef ENUMS_NET_INVENTORYTYPE_H -#define ENUMS_NET_INVENTORYTYPE_H - -#include "enums/simpletypes/enumdefines.h" - -enumStart(InventoryType) -{ - Inventory = 0, - Cart = 1, - Storage = 2, - GuildStorage = 3 -} -enumEnd(InventoryType); - -#endif // ENUMS_NET_INVENTORYTYPE_H diff --git a/src/enums/net/netinventorytype.h b/src/enums/net/netinventorytype.h new file mode 100644 index 000000000..f1c791509 --- /dev/null +++ b/src/enums/net/netinventorytype.h @@ -0,0 +1,35 @@ +/* + * The ManaPlus Client + * Copyright (C) 2014-2018 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef ENUMS_NET_NETINVENTORYTYPE_H +#define ENUMS_NET_NETINVENTORYTYPE_H + +#include "enums/simpletypes/enumdefines.h" + +enumStart(NetInventoryType) +{ + Inventory = 0, + Cart = 1, + Storage = 2, + GuildStorage = 3 +} +enumEnd(NetInventoryType); + +#endif // ENUMS_NET_NETINVENTORYTYPE_H -- cgit v1.2.3-60-g2f50