comparison src/xs_sidplay1.cc @ 396:0a60ef2b5ab0

Cleanups
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 31 May 2006 12:58:05 +0000
parents 7c4216c7aa47
children f997b79a7251
comparison
equal deleted inserted replaced
395:b571000e1f8c 396:0a60ef2b5ab0
33 #include <sidplay/player.h> 33 #include <sidplay/player.h>
34 #include <sidplay/myendian.h> 34 #include <sidplay/myendian.h>
35 #include <sidplay/fformat.h> 35 #include <sidplay/fformat.h>
36 36
37 37
38 typedef struct 38 typedef struct {
39 {
40 emuEngine *currEng; 39 emuEngine *currEng;
41 emuConfig currConfig; 40 emuConfig currConfig;
42 sidTune *currTune; 41 sidTune *currTune;
43 } t_xs_sidplay1; 42 } t_xs_sidplay1;
44 43
45 44
46 /* We need to 'export' all this pseudo-C++ crap */ 45 /* We need to 'export' all this pseudo-C++ crap */
47 extern "C" 46 extern "C" {
48 {
49 47
50 48
51 /* Check if we can play the given file 49 /* Check if we can play the given file
52 */ 50 */
53 gboolean xs_sidplay1_isourfile(gchar * pcFilename) 51 gboolean xs_sidplay1_isourfile(gchar * pcFilename)