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.

28 lines
1.1 KiB

  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. #if !defined(AFX_STDAFX_H__88FA48B3_A92C_49CA_8A82_50D120A84756__INCLUDED_)
  7. #define AFX_STDAFX_H__88FA48B3_A92C_49CA_8A82_50D120A84756__INCLUDED_
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  12. #include <afxwin.h> // MFC core and standard components
  13. #include <afxext.h> // MFC extensions
  14. #include <afxdisp.h> // MFC Automation classes
  15. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  16. #ifndef _AFX_NO_AFXCMN_SUPPORT
  17. #include <afxcmn.h> // MFC support for Windows Common Controls
  18. #endif // _AFX_NO_AFXCMN_SUPPORT
  19. //{{AFX_INSERT_LOCATION}}
  20. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  21. #endif // !defined(AFX_STDAFX_H__88FA48B3_A92C_49CA_8A82_50D120A84756__INCLUDED_)