//========= 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