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