mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
17 lines
382 B
C
17 lines
382 B
C
//========= 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
|