19 lines
424 B
C
19 lines
424 B
C
|
//========= Copyright <20> 1996-2005, 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
|