TEXT undefine, already somewhat present on Xbox

This commit is contained in:
Renaud Lepage
2006-01-23 23:09:48 +00:00
parent d88ee66ad2
commit 3b9c0682ea
+4
View File
@@ -3,6 +3,10 @@
#ifndef SCREEN_TEST_FONTS_H
#define SCREEN_TEST_FONTS_H
#if defined(_XBOX)
#undef TEXT
#endif
#include "Screen.h"
#include "BitmapText.h"
#include "Quad.h"