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.

20 lines
544 B

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. // stdafx.h : include file for standard system include files,
  3. // or project specific include files that are used frequently, but
  4. // are changed infrequently
  5. //
  6. #pragma once
  7. #include "cmdlib.h"
  8. #include "mathlib/mathlib.h"
  9. #include "vphysics_interface.h"
  10. #include "tier1/strtools.h"
  11. #include "phyfile.h"
  12. #include "phxfile.h"
  13. #include "utlvector.h"
  14. #include "utlbuffer.h"
  15. #include "vcollide_parse.h"
  16. // TODO: reference additional headers your program requires here