diff options
Diffstat (limited to 'utils/hlfaceposer/eventproperties_expression.h')
| -rw-r--r-- | utils/hlfaceposer/eventproperties_expression.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/utils/hlfaceposer/eventproperties_expression.h b/utils/hlfaceposer/eventproperties_expression.h new file mode 100644 index 0000000..ad52561 --- /dev/null +++ b/utils/hlfaceposer/eventproperties_expression.h @@ -0,0 +1,18 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef EVENTPROPERTIES_EXPRESSION_H +#define EVENTPROPERTIES_EXPRESSION_H +#ifdef _WIN32 +#pragma once +#endif + +class CEventParams; + +int EventProperties_Expression( CEventParams *params ); + +#endif // EVENTPROPERTIES_EXPRESSION_H |