Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
467 B

  1. //=========== Copyright Valve Corporation, All rights reserved. ===============//
  2. //
  3. // Purpose: Public header for panorama UI framework
  4. //
  5. //
  6. //=============================================================================//
  7. #ifndef PANORAMA_PANORAMACURVES_H
  8. #define PANORAMA_PANORAMACURVES_H
  9. #pragma once
  10. #include "panoramatypes.h"
  11. namespace panorama
  12. {
  13. void GetAnimationCurveControlPoints( EAnimationTimingFunction eAnimation, Vector2D points[4] );
  14. };
  15. #endif