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.

25 lines
622 B

  1. //========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. // $NoKeywords: $
  6. //
  7. //=============================================================================//
  8. #if !defined( CVAR_H )
  9. #define CVAR_H
  10. #ifdef _WIN32
  11. #pragma once
  12. #endif
  13. #include "vstdlib/vstdlib.h"
  14. #include "icvar.h"
  15. //-----------------------------------------------------------------------------
  16. // Returns a CVar dictionary for tool usage
  17. //-----------------------------------------------------------------------------
  18. VSTDLIB_INTERFACE CreateInterfaceFn VStdLib_GetICVarFactory();
  19. #endif // CVAR_H