diff src/xs_config.h @ 72:e3b205a6bc7e

Lots re-arranging and new code for upcoming modularization.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Sep 2003 03:26:04 +0000
parents bf6a524cf7ca
children 2bc607888f53
line wrap: on
line diff
--- a/src/xs_config.h	Wed Sep 10 06:21:04 2003 +0000
+++ b/src/xs_config.h	Fri Sep 12 03:26:04 2003 +0000
@@ -10,6 +10,13 @@
 /*
  * Configuration structure
  */
+enum XS_ENG {
+	XS_ENG_SIDPLAY1,
+	XS_ENG_SIDPLAY2,
+	XS_ENG_TINYSID	
+};
+
+
 enum XS_RES {
 	XS_RES_8BIT = 8,
 	XS_RES_16BIT = 16,
@@ -82,6 +89,8 @@
 
 	gboolean	titleOverride;		/* TRUE if XMMS titles are overriden */
 	gchar		*titleFormat;
+
+	gint		playerEngine;
 } xs_cfg;