css_enhanced_waf/utils/hlfaceposer/eventproperties_gesture.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

18 lines
411 B
C++

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