diff options
Diffstat (limited to 'public/tier0/xbox_codeline_defines.h')
| -rw-r--r-- | public/tier0/xbox_codeline_defines.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/tier0/xbox_codeline_defines.h b/public/tier0/xbox_codeline_defines.h new file mode 100644 index 0000000..2e3b2c5 --- /dev/null +++ b/public/tier0/xbox_codeline_defines.h @@ -0,0 +1,16 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef XBOX_CODELINE_DEFINES_H +#define XBOX_CODELINE_DEFINES_H + + +// In the regular src_main codeline, we leave this out. +//#define IN_XBOX_CODELINE + + +#endif // XBOX_CODELINE_DEFINES_H |