mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 06:47:11 +02:00
14 lines
175 B
C
14 lines
175 B
C
//
|
|
// Rig.h
|
|
// hifi
|
|
//
|
|
// Created by Howard Stearns on 7/15/15.
|
|
//
|
|
//
|
|
|
|
#ifndef __hifi__Rig__
|
|
#define __hifi__Rig__
|
|
|
|
#include <stdio.h>
|
|
|
|
#endif /* defined(__hifi__Rig__) */
|