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