SLASH is going away
This commit is contained in:
+2
-11
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user