mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 23:53:26 +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