summaryrefslogtreecommitdiff
path: root/src/resources/soundinfo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-29 14:30:34 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-29 14:30:34 +0300
commitb0666acdae84d8b4e1f76cdf84191173c667bff4 (patch)
treedf88b81b8e7303bd32261105bb946cff17460a0e /src/resources/soundinfo.h
parentf5660b872aaf0f3c817e74079ec8d506d4eca05c (diff)
downloadplus-b0666acdae84d8b4e1f76cdf84191173c667bff4.tar.gz
plus-b0666acdae84d8b4e1f76cdf84191173c667bff4.tar.bz2
plus-b0666acdae84d8b4e1f76cdf84191173c667bff4.tar.xz
plus-b0666acdae84d8b4e1f76cdf84191173c667bff4.zip
Move itemsoundevent.h into enums directory.
Diffstat (limited to 'src/resources/soundinfo.h')
-rw-r--r--src/resources/soundinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/soundinfo.h b/src/resources/soundinfo.h
index 15a9dd030..80aef407c 100644
--- a/src/resources/soundinfo.h
+++ b/src/resources/soundinfo.h
@@ -21,7 +21,7 @@
#ifndef RESOURCES_SOUNDINFO_H
#define RESOURCES_SOUNDINFO_H
-#include "resources/itemsoundevent.h"
+#include "enums/resources/itemsoundevent.h"
#include <map>
#include <string>