Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
255 B

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. // automatically include the right GCSDK header to get
  3. // appropriate stuff included from other GCSDK headers
  4. #ifdef GC
  5. #include "gcsdk.h"
  6. #else
  7. #include "gcclientsdk.h"
  8. #endif