css_enhanced_waf/utils/hlfaceposer/eventproperties_expression.h

19 lines
423 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= 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