"Ugly" Xbox fix. It's that, or renaming all the DELETE define of the InputHandler and its users.

This commit is contained in:
Renaud Lepage
2006-09-15 03:09:17 +00:00
parent b342279547
commit 597cadd347
@@ -22,6 +22,11 @@
*/
#include "RageInputDevice.h" // for InputDevice
// Macro override. Defined in the Xbox's winnt.h
#ifdef _XBOX
#undef DELETE
#endif
class InputHandler
{
public: