mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 14:46:53 +00:00
19 lines
399 B
C
19 lines
399 B
C
|
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||
|
//
|
||
|
// Purpose:
|
||
|
//
|
||
|
// $NoKeywords: $
|
||
|
//=============================================================================//
|
||
|
|
||
|
#ifndef EVENTPROPERTIES_FACE_H
|
||
|
#define EVENTPROPERTIES_FACE_H
|
||
|
#ifdef _WIN32
|
||
|
#pragma once
|
||
|
#endif
|
||
|
|
||
|
class CEventParams;
|
||
|
|
||
|
int EventProperties_Face( CEventParams *params );
|
||
|
|
||
|
#endif // EVENTPROPERTIES_FACE_H
|