Cleanup from old sandbox code. Moved component implementation from header file to source file.

This commit is contained in:
emb
2015-02-16 07:48:57 -06:00
parent 10b65d7021
commit 5d455d1174
5 changed files with 48 additions and 37 deletions

View File

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