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.

33 lines
1.1 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__819F1F09_8031_443C_B19C_AB6AAEA62789__INCLUDED_)
  13. #define AFX_STDAFX_H__819F1F09_8031_443C_B19C_AB6AAEA62789__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. //{{AFX_INSERT_LOCATION}}
  25. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  26. #endif // !defined(AFX_STDAFX_H__819F1F09_8031_443C_B19C_AB6AAEA62789__INCLUDED_)