//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//=============================================================================//

#ifndef VMPI_BROWSER_HELPERS_H
#define VMPI_BROWSER_HELPERS_H
#ifdef _WIN32
#pragma once
#endif


void FormatTimeString( unsigned long nSeconds, char *pOut, int outLen );


#endif // VMPI_BROWSER_HELPERS_H