diff src/xs_sidplay2.h @ 73:2bc607888f53

Added libsidplay2 module, lots of reworking of internals, sidplay1 support now works with the new framework! Getting libsidplay2 support working shouldn't be too far now...
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 14 Sep 2003 03:14:01 +0000
parents
children 94497283affa
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/xs_sidplay2.h	Sun Sep 14 03:14:01 2003 +0000
@@ -0,0 +1,16 @@
+#ifndef _XS_SIDPLAY2_H
+#define _XS_SIDPLAY2_H
+
+#include "xmms-sid.h"
+
+gboolean	xs_sidplay2_isourfile(gchar *);
+void		xs_sidplay2_close(t_xs_status *);
+gboolean	xs_sidplay2_init(t_xs_status *);
+gboolean	xs_sidplay2_initsong(t_xs_status *);
+gboolean	xs_sidplay2_fillbuffer(t_xs_status *, gchar *, gint);
+gboolean	xs_sidplay2_loadsid(t_xs_status *, gchar *);
+void		xs_sidplay2_deletesid(t_xs_status *);
+gint		xs_sidplay2_gettunespeed(t_xs_status *);
+void		xs_sidplay2_getsidinfo(gchar *, gchar **, gint *);
+
+#endif /* _XS_SIDPLAY2_H */