view src/xs_sidplay1.h @ 833:c0e892fa914a

Begin moving libSIDPlay2-FP stuff to a separete module by removing the relevant parts from the libSIDPlay2 backend interface.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Nov 2012 20:45:28 +0200
parents b158abe91a75
children b02f934d8224
line wrap: on
line source

#ifndef XS_SIDPLAY1_H
#define XS_SIDPLAY1_H

#include "xs_player.h"
#include "xs_support.h"

#ifdef __cplusplus
extern "C" {
#endif

gboolean    xs_sidplay1_probe(XSFile *);
void        xs_sidplay1_close(XSEngineState *);
gboolean    xs_sidplay1_init(XSEngineState *);
gboolean    xs_sidplay1_initsong(XSEngineState *);
guint       xs_sidplay1_fillbuffer(XSEngineState *, gchar *, guint);
gboolean    xs_sidplay1_load(XSEngineState *, gchar *);
void        xs_sidplay1_delete(XSEngineState *);
XSTuneInfo* xs_sidplay1_getinfo(const gchar *);
gboolean    xs_sidplay1_updateinfo(XSEngineState *);

#ifdef __cplusplus
}
#endif
#endif /* XS_SIDPLAY1_H */