aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/gme/gmehelper.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-06-17 05:58:34 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-06-17 05:58:34 +0000
commit02a97be8fe21c06466e03656bedcffb0bda520a7 (patch)
tree5ac430013c863d40aba0ac4f5cbd848c7367f287 /src/plugins/Input/gme/gmehelper.h
parent65f4aed5637a7b9a6ea81f27f36d029067565d21 (diff)
downloadqmmp-02a97be8fe21c06466e03656bedcffb0bda520a7.tar.gz
qmmp-02a97be8fe21c06466e03656bedcffb0bda520a7.tar.bz2
qmmp-02a97be8fe21c06466e03656bedcffb0bda520a7.zip
gme: added feature to disable fadeout
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5167 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/gme/gmehelper.h')
-rw-r--r--src/plugins/Input/gme/gmehelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Input/gme/gmehelper.h b/src/plugins/Input/gme/gmehelper.h
index 09f293db4..c54506745 100644
--- a/src/plugins/Input/gme/gmehelper.h
+++ b/src/plugins/Input/gme/gmehelper.h
@@ -41,6 +41,7 @@ public:
private:
Music_Emu *m_emu;
QString m_path;
+ int m_fade_length;
};
#endif // GMEHELPER_H