BCSTM-Player |
This commit is contained in:
12
external/tween-engine/include/TweenEngine/Tweenable.h
vendored
Normal file
12
external/tween-engine/include/TweenEngine/Tweenable.h
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef __Tweenable__
|
||||
#define __Tweenable__
|
||||
|
||||
namespace TweenEngine {
|
||||
class Tweenable {
|
||||
public:
|
||||
virtual int getValues(int tweenType, float *returnValues) = 0;
|
||||
virtual void setValues(int tweenType, float *newValues) = 0;
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user