From 54529fe6eb4de762fde160644b2ec365d1bf4db3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Aug 2016 17:50:36 +0300 Subject: Move itemsoundevent.h into item directory. --- src/enums/resources/item/itemsoundevent.h | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/enums/resources/item/itemsoundevent.h (limited to 'src/enums/resources/item/itemsoundevent.h') diff --git a/src/enums/resources/item/itemsoundevent.h b/src/enums/resources/item/itemsoundevent.h new file mode 100644 index 000000000..4ff4e21f1 --- /dev/null +++ b/src/enums/resources/item/itemsoundevent.h @@ -0,0 +1,47 @@ +/* + * The ManaPlus Client + * Copyright (C) 2013-2016 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_RESOURCES_ITEM_ITEMSOUNDEVENT_H +#define ENUMS_RESOURCES_ITEM_ITEMSOUNDEVENT_H + +namespace ItemSoundEvent +{ + enum Type + { + HIT = 0, + MISS, + HURT, + DIE, + MOVE, + SIT, + SITTOP, + SPAWN, + DROP, + PICKUP, + TAKE, // take from container + PUT, // put into container + EQUIP, + UNEQUIP, + USE, + USECARD + }; +} // namespace ItemSoundEvent + +#endif // ENUMS_RESOURCES_ITEM_ITEMSOUNDEVENT_H -- cgit v1.2.3-70-g09d2