csgo-2018-source/public/gcsdk/gcsdk_auto.h
2021-07-24 21:11:47 -07:00

8 lines
178 B
C

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