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.

31 lines
979 B

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. // $NoKeywords: $
  6. //
  7. //=============================================================================//
  8. // stdafx.h : include file for standard system include files,
  9. // or project specific include files that are used frequently, but
  10. // are changed infrequently
  11. //
  12. #if !defined(AFX_STDAFX_H__1FC781E6_1CD6_4383_AF43_17CB309431F9__INCLUDED_)
  13. #define AFX_STDAFX_H__1FC781E6_1CD6_4383_AF43_17CB309431F9__INCLUDED_
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. // Insert your headers here
  18. //#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  19. #include <windows.h>
  20. // TODO: reference additional headers your program requires here
  21. //{{AFX_INSERT_LOCATION}}
  22. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  23. #endif // !defined(AFX_STDAFX_H__1FC781E6_1CD6_4383_AF43_17CB309431F9__INCLUDED_)