diff --git a/libraries/animation/src/Rig.cpp b/libraries/animation/src/Rig.cpp new file mode 100644 index 0000000000..b6cda25966 --- /dev/null +++ b/libraries/animation/src/Rig.cpp @@ -0,0 +1,9 @@ +// +// Rig.cpp +// hifi +// +// Created by Howard Stearns on 7/15/15. +// +// + +#include "Rig.h" diff --git a/libraries/animation/src/Rig.h b/libraries/animation/src/Rig.h new file mode 100644 index 0000000000..3ccea315b8 --- /dev/null +++ b/libraries/animation/src/Rig.h @@ -0,0 +1,14 @@ +// +// Rig.h +// hifi +// +// Created by Howard Stearns on 7/15/15. +// +// + +#ifndef __hifi__Rig__ +#define __hifi__Rig__ + +#include + +#endif /* defined(__hifi__Rig__) */