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.

27 lines
658 B

  1. //========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose: Includes all the headers/declarations necessary to access the
  4. // engine interface
  5. //
  6. // $NoKeywords: $
  7. //=============================================================================//
  8. #ifndef ENGINEINTERFACE_H
  9. #define ENGINEINTERFACE_H
  10. #ifdef _WIN32
  11. #pragma once
  12. #endif
  13. // engine interface
  14. #include "steam/steam_api.h"
  15. #include "cdll_client_int.h"
  16. #include "tier2/tier2.h"
  17. #include "matchmaking/imatchframework.h"
  18. extern class IEngineVGui *enginevguifuncs;
  19. #ifdef _GAMECONSOLE
  20. extern class IXOnline *xonline;
  21. #endif
  22. #endif // ENGINEINTERFACE_H