diff src/xs_sidplay1.cc @ 202:fe684a2ccdc7

Reworking code.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Nov 2004 06:56:02 +0000
parents 6afee1ba02bb
children 608f31f6c095
line wrap: on
line diff
--- a/src/xs_sidplay1.cc	Tue Nov 16 06:55:04 2004 +0000
+++ b/src/xs_sidplay1.cc	Tue Nov 16 06:56:02 2004 +0000
@@ -26,10 +26,9 @@
 extern "C" {
 #include "xs_sidplay1.h"
 #include <stdio.h>
-#include <xmms/titlestring.h>
 #include "xs_config.h"
-#include "xs_support.h"
 #include "xs_length.h"
+#include "xs_title.h"
 }
 
 #include <sidplay/player.h>
@@ -318,8 +317,7 @@
 /*
  * Return song information
  */
-#define TFUNCTION1	xs_sidplay1_filetitle
-#define TFUNCTION2	xs_sidplay1_getsidinfo
+#define TFUNCTION	xs_sidplay1_getsidinfo
 #define TTUNEINFO	sidTuneInfo
 #define TTUNE		sidTune
 #include "xs_sidplay.h"