4 lines
98 B
C
4 lines
98 B
C
/* Durango (Xbox One) */
|
|
#if defined(_DURANGO) || defined(_XBOX_ONE)
|
|
#define DUK_F_DURANGO
|
|
#endif
|