view src/xs_sidplay2.h @ 814:9d0dee765a8e

Add Glade-generated files, as Glade for Gtk+1 is somewhat troublesome to get compiled and working nowadays due to bitrot.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 13:10:34 +0200
parents 762ef85ead1a
children b158abe91a75
line wrap: on
line source

#ifndef XS_SIDPLAY2_H
#define XS_SIDPLAY2_H

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

#ifdef __cplusplus
extern "C" {
#endif

gboolean    xs_sidplay2_probe(XSFile *);
void        xs_sidplay2_close(XSEngineState *);
gboolean    xs_sidplay2_init(XSEngineState *);
gboolean    xs_sidplay2_initsong(XSEngineState *);
guint       xs_sidplay2_fillbuffer(XSEngineState *, gchar *, guint);
gboolean    xs_sidplay2_load(XSEngineState *, gchar *);
void        xs_sidplay2_delete(XSEngineState *);
XSTuneInfo* xs_sidplay2_getinfo(const gchar *);
gboolean    xs_sidplay2_updateinfo(XSEngineState *);
void        xs_sidplay2_flush(XSEngineState *);

#ifdef __cplusplus
}
#endif
#endif /* XS_SIDPLAY2_H */