diff --git a/libraries/animation/src/Rig.cpp b/libraries/animation/src/Rig.cpp index b6cda25966..c8e86319cb 100644 --- a/libraries/animation/src/Rig.cpp +++ b/libraries/animation/src/Rig.cpp @@ -1,9 +1,12 @@ // // Rig.cpp -// hifi +// libraries/script-engine/src/ // -// Created by Howard Stearns on 7/15/15. +// Created by Howard Stearns, Seth Alves, Anthony Thibault, Andrew Meadows on 7/15/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #include "Rig.h" diff --git a/libraries/animation/src/Rig.h b/libraries/animation/src/Rig.h index 3ccea315b8..df4fe31d84 100644 --- a/libraries/animation/src/Rig.h +++ b/libraries/animation/src/Rig.h @@ -1,14 +1,23 @@ // // Rig.h -// hifi +// libraries/script-engine/src/ // -// Created by Howard Stearns on 7/15/15. +// Produces animation data and hip placement for the current timestamp. // +// Created by Howard Stearns, Seth Alves, Anthony Thibault, Andrew Meadows on 7/15/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #ifndef __hifi__Rig__ #define __hifi__Rig__ -#include +#include + +class AnimationObject : public QObject { + +}; #endif /* defined(__hifi__Rig__) */