From 5312993e56ea34ebfc555f8ebccd9f6d1537acf4 Mon Sep 17 00:00:00 2001 From: Howard Stearns Date: Wed, 15 Jul 2015 15:30:34 -0700 Subject: [PATCH] Hmm, last was missing some emptiness. --- libraries/animation/src/Rig.cpp | 7 +++++-- libraries/animation/src/Rig.h | 15 ++++++++++++--- 2 files changed, 17 insertions(+), 5 deletions(-) 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__) */