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.

51 lines
1.5 KiB

  1. //========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. //=============================================================================//
  6. #include "tier0/platform.h"
  7. #include "tier0/vprof.h"
  8. #include "tier0/dbg.h"
  9. //-----------------------------------------------------------------------------
  10. // Purpose: Initialization
  11. //-----------------------------------------------------------------------------
  12. void InitPME( void )
  13. {
  14. }
  15. //-----------------------------------------------------------------------------
  16. // Purpose: Shutdown
  17. //-----------------------------------------------------------------------------
  18. void ShutdownPME( void )
  19. {
  20. }
  21. //-----------------------------------------------------------------------------
  22. // Purpose:
  23. //-----------------------------------------------------------------------------
  24. CL2Cache::CL2Cache()
  25. {
  26. }
  27. //-----------------------------------------------------------------------------
  28. // Purpose:
  29. //-----------------------------------------------------------------------------
  30. CL2Cache::~CL2Cache()
  31. {
  32. }
  33. //-----------------------------------------------------------------------------
  34. // Purpose:
  35. //-----------------------------------------------------------------------------
  36. void CL2Cache::Start( void )
  37. {
  38. }
  39. //-----------------------------------------------------------------------------
  40. // Purpose:
  41. //-----------------------------------------------------------------------------
  42. void CL2Cache::End( void )
  43. {
  44. }