1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-21 04:56:01 +08:00
Files
hl2sdk/utils/vmpi/vmpi_browser_helpers.h

19 lines
403 B
C
Raw Normal View History

2025-02-19 18:39:00 -05: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