mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
15 lines
315 B
C
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
|