comparison src/xs_player.h @ 787:8f0d11865742

Move some code around, remove xs_player.c
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Nov 2012 15:04:46 +0200
parents 36c6a6e629bb
children 0995fa233462
comparison
equal deleted inserted replaced
786:0f8723dabc78 787:8f0d11865742
1 #ifndef XS_PLAYER_H 1 #ifndef XS_PLAYER_H
2 #define XS_PLAYER_H 2 #define XS_PLAYER_H
3 3
4 #include "xmms-sid.h" 4 #include "xmms-sid.h"
5 #include "xs_config.h"
6 5
7 #ifdef __cplusplus 6 #ifdef __cplusplus
8 extern "C" { 7 extern "C" {
9 #endif 8 #endif
10 9
41 40
42 XSTuneInfo *tuneInfo; 41 XSTuneInfo *tuneInfo;
43 } XSEngineState; 42 } XSEngineState;
44 43
45 44
46 /* Global variables
47 */
48 extern InputPlugin xs_plugin_ip;
49
50 extern XSEngineState xs_status;
51 XS_MUTEX_H(xs_status);
52
53 gboolean xs_init_emu_engine(int *configured, XSEngineState *status);
54
55 #ifdef __cplusplus 45 #ifdef __cplusplus
56 } 46 }
57 #endif 47 #endif
58 #endif /* XS_PLAYER_H */ 48 #endif /* XS_PLAYER_H */