css_enhanced_waf/public/gcsdk/gcsdk_auto.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

8 lines
255 B
C

//========= 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