summaryrefslogtreecommitdiff
path: root/src/enums/resources/itemsoundevent.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-15 17:50:36 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-15 17:50:36 +0300
commit54529fe6eb4de762fde160644b2ec365d1bf4db3 (patch)
tree854869d0a273fef8552477652366cf82163dc2f1 /src/enums/resources/itemsoundevent.h
parent8983972051cb5bc18c3e3dc40837b00f2e2caced (diff)
downloadmv-54529fe6eb4de762fde160644b2ec365d1bf4db3.tar.gz
mv-54529fe6eb4de762fde160644b2ec365d1bf4db3.tar.bz2
mv-54529fe6eb4de762fde160644b2ec365d1bf4db3.tar.xz
mv-54529fe6eb4de762fde160644b2ec365d1bf4db3.zip
Move itemsoundevent.h into item directory.
Diffstat (limited to 'src/enums/resources/itemsoundevent.h')
-rw-r--r--src/enums/resources/itemsoundevent.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/enums/resources/itemsoundevent.h b/src/enums/resources/itemsoundevent.h
deleted file mode 100644
index 34589d85a..000000000
--- a/src/enums/resources/itemsoundevent.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * 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 <http://www.gnu.org/licenses/>.
- */
-
-#ifndef ENUMS_RESOURCES_ITEMSOUNDEVENT_H
-#define ENUMS_RESOURCES_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_ITEMSOUNDEVENT_H