mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:00:36 +02:00
Empty Rig.
This commit is contained in:
parent
ae6e7f05b6
commit
bbb5f832a2
2 changed files with 23 additions and 0 deletions
9
libraries/animation/src/Rig.cpp
Normal file
9
libraries/animation/src/Rig.cpp
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
//
|
||||||
|
// Rig.cpp
|
||||||
|
// hifi
|
||||||
|
//
|
||||||
|
// Created by Howard Stearns on 7/15/15.
|
||||||
|
//
|
||||||
|
//
|
||||||
|
|
||||||
|
#include "Rig.h"
|
14
libraries/animation/src/Rig.h
Normal file
14
libraries/animation/src/Rig.h
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
//
|
||||||
|
// Rig.h
|
||||||
|
// hifi
|
||||||
|
//
|
||||||
|
// Created by Howard Stearns on 7/15/15.
|
||||||
|
//
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifndef __hifi__Rig__
|
||||||
|
#define __hifi__Rig__
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#endif /* defined(__hifi__Rig__) */
|
Loading…
Reference in a new issue