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.

36 lines
1.2 KiB

  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__87791E16_378A_44F7_B9EE_95423D655A32__INCLUDED_)
  13. #define AFX_STDAFX_H__87791E16_378A_44F7_B9EE_95423D655A32__INCLUDED_
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  18. #include <afxwin.h> // MFC core and standard components
  19. #include <afxext.h> // MFC extensions
  20. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  21. #ifndef _AFX_NO_AFXCMN_SUPPORT
  22. #include <afxcmn.h> // MFC support for Windows Common Controls
  23. #endif // _AFX_NO_AFXCMN_SUPPORT
  24. #include <process.h>
  25. #include <mmsystem.h>
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  28. #endif // !defined(AFX_STDAFX_H__87791E16_378A_44F7_B9EE_95423D655A32__INCLUDED_)