hl2_src-leak-2017/src/utils/hlmv/sys.h

15 lines
315 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef SYS_H
#define SYS_H
#pragma once
extern void Sys_CopyStringToClipboard( const char *pOut );
#endif // SYS_H