css_enhanced_waf/utils/vmpi/vmpi_browser_helpers.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

18 lines
403 B
C

//========= 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