hl2_src-leak-2017/src/utils/vmpi/vmpi_browser_helpers.h

19 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