BCSTM-Player |
This commit is contained in:
23
external/tween-engine/include/TweenEngine/TweenPaths.h
vendored
Normal file
23
external/tween-engine/include/TweenEngine/TweenPaths.h
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
//
|
||||
// TweenPaths.h
|
||||
//
|
||||
// This code is derived from Universal Tween Engine
|
||||
// Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
|
||||
#ifndef __TweenPaths__
|
||||
#define __TweenPaths__
|
||||
|
||||
#include <TweenEngine/TweenPath.h>
|
||||
|
||||
namespace TweenEngine
|
||||
{
|
||||
class TweenPaths
|
||||
{
|
||||
public:
|
||||
static TweenPath &linear;
|
||||
static TweenPath &catmullRom;
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* defined(__TweenPaths__) */
|
Reference in New Issue
Block a user