From beee99619cc0c1faa9733a3d3a6b9b17fcf9ca44 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 7 Dec 2003 04:16:48 +0000 Subject: [PATCH] SLASH is going away --- stepmania/src/global.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/stepmania/src/global.h b/stepmania/src/global.h index d1822d4f0b..fbc6a9d3c4 100644 --- a/stepmania/src/global.h +++ b/stepmania/src/global.h @@ -147,17 +147,8 @@ inline float truncf( float f ) { return float(int(f)); }; inline float roundf( float f ) { if(f < 0) return truncf(f-0.5f); return truncf(f+0.5f); }; #endif -#ifdef _XBOX -#include -#include -#include -#endif - -#if defined(_XBOX) - #define SLASH "\\" -#else - #define SLASH "/" -#endif +/* XXX remove */ +#define SLASH "/" /* Don't include our own headers here, since they tend to change often. */