Created Copy constructor for TweenSets (for reuse). Prepare for component copy constructor.

This commit is contained in:
emb
2015-02-16 12:49:23 -06:00
parent c74ddfb582
commit 6c4dfcb9af
3 changed files with 24 additions and 9 deletions

View File

@@ -24,6 +24,7 @@ class TweenSets
{
public:
TweenSets();
TweenSets(TweenSets &copy);
~TweenSets();
typedef std::vector<std::vector<Tween *> *> TweenAttributes;