css_enhanced_waf/public/gcsdk/gcsdk_auto.h

9 lines
255 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= Copyright Valve Corporation, All rights reserved. ============//
// automatically include the right GCSDK header to get
// appropriate stuff included from other GCSDK headers
#ifdef GC
#include "gcsdk.h"
#else
#include "gcclientsdk.h"
#endif