summaryrefslogtreecommitdiff
path: root/public/gcsdk/gcsdk_auto.h
blob: a899e4e03c59b64856f32617d633944455242a9a (plain) (blame)
1
2
3
4
5
6
7
8
//========= 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