aboutsummaryrefslogtreecommitdiff
path: root/aosfxplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'aosfxplayer.h')
-rw-r--r--aosfxplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/aosfxplayer.h b/aosfxplayer.h
index 8e3a021..c704878 100644
--- a/aosfxplayer.h
+++ b/aosfxplayer.h
@@ -11,6 +11,8 @@ class AOSfxPlayer
public:
AOSfxPlayer(QWidget *parent, AOApplication *p_ao_app);
+ void play(QString p_path);
+
private:
QWidget *m_parent;
AOApplication *ao_app;