mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 22:27:05 +00:00
9 lines
255 B
C
9 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
|