css_enhanced_waf/utils/vmpi/vmpi_browser_helpers.h

19 lines
403 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= 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