15 lines
328 B
C
15 lines
328 B
C
![]() |
//========= Copyright <20> 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
|