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