SLASH is going away

This commit is contained in:
Glenn Maynard
2003-12-07 04:16:48 +00:00
parent 870527c9aa
commit beee99619c
+2 -11
View File
@@ -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 <xtl.h>
#include <xgraphics.h>
#include <stdio.h>
#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. */