Counter Strike : Global Offensive Source Code
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
1003 B

  1. //========= Copyright � 1996-2005, 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__29316173_1244_4B6A_B361_1ADB126E69F2__INCLUDED_)
  13. #define AFX_STDAFX_H__29316173_1244_4B6A_B361_1ADB126E69F2__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. #include "interface.h"
  21. // TODO: reference additional headers your program requires here
  22. //{{AFX_INSERT_LOCATION}}
  23. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  24. #endif // !defined(AFX_STDAFX_H__29316173_1244_4B6A_B361_1ADB126E69F2__INCLUDED_)