hl2_src-leak-2017/src/public/panorama/panoramacurves.h

23 lines
467 B
C++

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