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
21 lines
537 B
//========= Copyright (c), Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose: Code for the CEconGameAccountClient object
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================//
|
|
|
|
#include "cbase.h"
|
|
#include "econ_game_account_client.h"
|
|
#if defined( CLIENT_DLL )
|
|
#endif
|
|
|
|
// memdbgon must be the last include file in a .cpp file!!!
|
|
#include "tier0/memdbgon.h"
|
|
|
|
|
|
uint32 CEconGameAccountClient::ComputeXpBonusFlagsNow() const
|
|
{
|
|
/** Removed for partner depot **/
|
|
return 0;
|
|
}
|