Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
1573:82548d92c922 | 1574:e566e18e9e3d |
---|---|
1 #ifndef XS_SLSUP_H | |
2 #define XS_SLSUP_H | |
3 | |
4 #include "xmms-sid.h" | |
5 #include "xs_stil.h" | |
6 #include "xs_length.h" | |
7 | |
8 #ifdef __cplusplus | |
9 extern "C" { | |
10 #endif | |
11 | |
12 gint xs_stil_init(void); | |
13 void xs_stil_close(void); | |
14 t_xs_stil_node *xs_stil_get(gchar *pcFilename); | |
15 | |
16 gint xs_songlen_init(void); | |
17 void xs_songlen_close(void); | |
18 t_xs_sldb_node *xs_songlen_get(const gchar *); | |
19 | |
20 | |
21 #ifdef __cplusplus | |
22 } | |
23 #endif | |
24 #endif /* XS_SLSUP_H */ |