15 lines
328 B
C
15 lines
328 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
|