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.

21 lines
537 B

  1. //========= Copyright (c), Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose: Code for the CEconGameAccountClient object
  4. //
  5. // $NoKeywords: $
  6. //=============================================================================//
  7. #include "cbase.h"
  8. #include "econ_game_account_client.h"
  9. #if defined( CLIENT_DLL )
  10. #endif
  11. // memdbgon must be the last include file in a .cpp file!!!
  12. #include "tier0/memdbgon.h"
  13. uint32 CEconGameAccountClient::ComputeXpBonusFlagsNow() const
  14. {
  15. /** Removed for partner depot **/
  16. return 0;
  17. }