1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-07 09:43:40 +08:00
hl2sdk/utils/hlmv/sys.h

15 lines
342 B
C

//========= Copyright © 1996-2005, 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