19 lines
435 B
C++
19 lines
435 B
C++
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================//
|
|
|
|
#ifndef EVENTPROPERTIES_FLEXANIMATION_H
|
|
#define EVENTPROPERTIES_FLEXANIMATION_H
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
class CEventParams;
|
|
|
|
int EventProperties_FlexAnimation( CEventParams *params );
|
|
|
|
#endif // EVENTPROPERTIES_FLEXANIMATION_H
|