mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 22:35:14 +02:00
Updated headers to match the new standard.
This commit is contained in:
parent
f707719f4e
commit
f0dfb7fc38
4 changed files with 30 additions and 18 deletions
|
@ -1,9 +1,12 @@
|
|||
//
|
||||
// FaceTracker.cpp
|
||||
// interface
|
||||
// interface/src/devices
|
||||
//
|
||||
// Created by Andrzej Kapolka on 4/8/14.
|
||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
||||
// Created by Andrzej Kapolka on 4/9/14.
|
||||
// Copyright 2014 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 "FaceTracker.h"
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
//
|
||||
// FaceTracker.h
|
||||
// interface
|
||||
// interface/src/devices
|
||||
//
|
||||
// Created by Andrzej Kapolka on 4/8/14.
|
||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
||||
// Created by Andrzej Kapolka on 4/9/14.
|
||||
// Copyright 2014 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 __interface__FaceTracker__
|
||||
#define __interface__FaceTracker__
|
||||
#ifndef hifi_FaceTracker_h
|
||||
#define hifi_FaceTracker_h
|
||||
|
||||
#include <QObject>
|
||||
#include <QVector>
|
||||
|
@ -40,4 +43,4 @@ protected:
|
|||
QVector<float> _blendshapeCoefficients;
|
||||
};
|
||||
|
||||
#endif /* defined(__interface__FaceTracker__) */
|
||||
#endif // hifi_FaceTracker_h
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
//
|
||||
// Faceplus.cpp
|
||||
// interface
|
||||
// interface/src/devices
|
||||
//
|
||||
// Created by Andrzej Kapolka on 4/8/14.
|
||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
||||
// Created by Andrzej Kapolka on 4/9/14.
|
||||
// Copyright 2014 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 <QThread>
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
//
|
||||
// Faceplus.h
|
||||
// interface
|
||||
// interface/src/devices
|
||||
//
|
||||
// Created by Andrzej Kapolka on 4/8/14.
|
||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
||||
// Created by Andrzej Kapolka on 4/9/14.
|
||||
// Copyright 2014 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 __interface__Faceplus__
|
||||
#define __interface__Faceplus__
|
||||
#ifndef hifi_Faceplus_h
|
||||
#define hifi_Faceplus_h
|
||||
|
||||
#include <QMultiHash>
|
||||
#include <QPair>
|
||||
|
@ -73,4 +76,4 @@ private:
|
|||
#endif
|
||||
};
|
||||
|
||||
#endif /* defined(__interface__Faceplus__) */
|
||||
#endif // hifi_Faceplus_h
|
||||
|
|
Loading…
Reference in a new issue