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.

30 lines
967 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__F801E6AC_EC64_4BD5_884B_439B27F83C9A__INCLUDED_)
  13. #define AFX_STDAFX_H__F801E6AC_EC64_4BD5_884B_439B27F83C9A__INCLUDED_
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  18. #include "windows.h"
  19. #include <stdio.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__F801E6AC_EC64_4BD5_884B_439B27F83C9A__INCLUDED_)