view src/sid/xs_slsup.h @ 1574:e566e18e9e3d

Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune changing.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 06:28:17 +0300
parents
children bdf7935a2e26
line wrap: on
line source

#ifndef XS_SLSUP_H
#define XS_SLSUP_H

#include "xmms-sid.h"
#include "xs_stil.h"
#include "xs_length.h"

#ifdef __cplusplus
extern "C" {
#endif

gint		xs_stil_init(void);
void		xs_stil_close(void);
t_xs_stil_node *xs_stil_get(gchar *pcFilename);

gint		xs_songlen_init(void);
void		xs_songlen_close(void);
t_xs_sldb_node *xs_songlen_get(const gchar *);


#ifdef __cplusplus
}
#endif
#endif /* XS_SLSUP_H */