From 0d6ca48b79a596bec11fc7351fadbf3b1fc1f67b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 19 May 2014 01:11:52 +0300 Subject: Move itemsoundevent into separate file. --- src/itemsoundmanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/itemsoundmanager.h') diff --git a/src/itemsoundmanager.h b/src/itemsoundmanager.h index 4654074d8..4cc738724 100644 --- a/src/itemsoundmanager.h +++ b/src/itemsoundmanager.h @@ -34,13 +34,13 @@ class ItemSoundManager final A_DELETE_COPY(ItemSoundManager) static void playSfx(const int item, - const ItemSoundEvent sound); + const ItemSoundEvent::Type sound); static void playSfx(const Item *const item, - const ItemSoundEvent sound); + const ItemSoundEvent::Type sound); static void playSfx(const FloorItem *const item, - const ItemSoundEvent sound); + const ItemSoundEvent::Type sound); }; #endif // ITEMSOUNDMANAGER_H -- cgit v1.2.3-60-g2f50