mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
commit
413518bfe7
3 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,8 @@
|
||||||
//
|
//
|
||||||
// Tools for manipulating the attributes of the AudioReflector behavior
|
// Tools for manipulating the attributes of the AudioReflector behavior
|
||||||
//
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
// Created by Brad Hefta-Gaub on 2/26/14
|
// Created by Brad Hefta-Gaub on 2/26/14
|
||||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||||
//
|
//
|
||||||
// This is an example script
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
var count = 0;
|
var count = 0;
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
// Created by Brad Hefta-Gaub on 4/2/2014
|
// Created by Brad Hefta-Gaub on 4/2/2014
|
||||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
||||||
//
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
//
|
||||||
|
|
||||||
#ifndef interface_AudioReflector_h
|
#ifndef interface_AudioReflector_h
|
||||||
#define interface_AudioReflector_h
|
#define interface_AudioReflector_h
|
||||||
|
|
Loading…
Reference in a new issue