Mercurial > audlegacy-plugins
view src/sid/xs_slsup.h @ 3111:7c27b8612b7e
Show "Add CD" command on playlist "Add" menu (closes #41)
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Sun, 03 May 2009 08:59:43 -0400 |
parents | f4dce14ed238 |
children |
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); stil_node_t *xs_stil_get(gchar *filename); gint xs_songlen_init(void); void xs_songlen_close(void); sldb_node_t *xs_songlen_get(const gchar *); xs_tuneinfo_t *xs_tuneinfo_new(const gchar * pcFilename, gint nsubTunes, gint startTune, const gchar * sidName, const gchar * sidComposer, const gchar * sidCopyright, gint loadAddr, gint initAddr, gint playAddr, gint dataFileLen, const gchar *sidFormat, gint sidModel); void xs_tuneinfo_free(xs_tuneinfo_t *); #ifdef __cplusplus } #endif #endif /* XS_SLSUP_H */