mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-03 10:47:23 +02:00
Created Copy constructor for TweenSets (for reuse). Prepare for component copy constructor.
This commit is contained in:
@@ -24,6 +24,7 @@ class TweenSets
|
||||
{
|
||||
public:
|
||||
TweenSets();
|
||||
TweenSets(TweenSets ©);
|
||||
~TweenSets();
|
||||
typedef std::vector<std::vector<Tween *> *> TweenAttributes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user