Empty Rig.

This commit is contained in:
Howard Stearns 2015-07-15 15:11:16 -07:00
parent ae6e7f05b6
commit bbb5f832a2
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,9 @@
//
// Rig.cpp
// hifi
//
// Created by Howard Stearns on 7/15/15.
//
//
#include "Rig.h"

View 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__) */