css_enhanced_waf/public/panorama/panoramacurves.h

23 lines
467 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//=========== Copyright Valve Corporation, All rights reserved. ===============//
//
// Purpose: Public header for panorama UI framework
//
//
//=============================================================================//
#ifndef PANORAMA_PANORAMACURVES_H
#define PANORAMA_PANORAMACURVES_H
#pragma once
#include "panoramatypes.h"
namespace panorama
{
void GetAnimationCurveControlPoints( EAnimationTimingFunction eAnimation, Vector2D points[4] );
};
#endif