view src/xs_sidplay1.h @ 100:426e443240b8

Minor tweaks
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Jan 2004 00:40:02 +0000
parents 94497283affa
children fe83646e6baa
line wrap: on
line source

#ifndef _XS_SIDPLAY1_H
#define _XS_SIDPLAY1_H

#include "xmms-sid.h"

gboolean	xs_sidplay1_isourfile(gchar *);
void		xs_sidplay1_close(t_xs_status *);
gboolean	xs_sidplay1_init(t_xs_status *);
gboolean	xs_sidplay1_initsong(t_xs_status *);
gboolean	xs_sidplay1_fillbuffer(t_xs_status *, gchar *, gint);
gboolean	xs_sidplay1_loadsid(t_xs_status *, gchar *);
void		xs_sidplay1_deletesid(t_xs_status *);
t_xs_tune*	xs_sidplay1_getsidinfo(gchar *);

#endif /* _XS_SIDPLAY1_H */