mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 11:13:49 +02:00
Fix header
This commit is contained in:
parent
ee4c7c25bf
commit
9a7ca8b132
2 changed files with 15 additions and 5 deletions
|
@ -1,6 +1,11 @@
|
||||||
//
|
//
|
||||||
// AudioEffectOptions.cpp
|
// AudioEffectOptions.cpp
|
||||||
// hifi
|
// libraries/audio/src
|
||||||
|
//
|
||||||
|
// Copyright 2013 High Fidelity, Inc.
|
||||||
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "AudioEffectOptions.h"
|
#include "AudioEffectOptions.h"
|
||||||
|
|
|
@ -1,10 +1,15 @@
|
||||||
//
|
//
|
||||||
// AudioEffectOptions.h
|
// AudioEffectOptions.h
|
||||||
// hifi
|
// libraries/audio/src
|
||||||
|
//
|
||||||
|
// Copyright 2013 High Fidelity, Inc.
|
||||||
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef __hifi__AudioEffectOptions__
|
#ifndef hifi_AudioEffectOptions_h
|
||||||
#define __hifi__AudioEffectOptions__
|
#define hifi_AudioEffectOptions_h
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QtScript/QScriptContext>
|
#include <QtScript/QScriptContext>
|
||||||
|
@ -98,4 +103,4 @@ private:
|
||||||
float _wetLevel;
|
float _wetLevel;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* defined(__hifi__AudioEffectOptions__) */
|
#endif // hifi_AudioEffectOptions_h
|
||||||
|
|
Loading…
Reference in a new issue