//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ //=============================================================================// #ifndef EVENTPROPERTIES_SEQUENCE_H #define EVENTPROPERTIES_SEQUENCE_H #ifdef _WIN32 #pragma once #endif class CEventParams; int EventProperties_Sequence( CEventParams *params ); #endif // EVENTPROPERTIES_SEQUENCE_H