mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 01:56:39 +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
|
||||
// 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"
|
||||
|
|
|
@ -1,10 +1,15 @@
|
|||
//
|
||||
// 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__
|
||||
#define __hifi__AudioEffectOptions__
|
||||
#ifndef hifi_AudioEffectOptions_h
|
||||
#define hifi_AudioEffectOptions_h
|
||||
|
||||
#include <QObject>
|
||||
#include <QtScript/QScriptContext>
|
||||
|
@ -98,4 +103,4 @@ private:
|
|||
float _wetLevel;
|
||||
};
|
||||
|
||||
#endif /* defined(__hifi__AudioEffectOptions__) */
|
||||
#endif // hifi_AudioEffectOptions_h
|
||||
|
|
Loading…
Reference in a new issue