mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-17 12:28:46 +02:00
18 lines
391 B
C
18 lines
391 B
C
//
|
|
// AnimationLogging.h
|
|
// libraries/animation/src/
|
|
//
|
|
// Created by Howard Stearns on 7/24/15.
|
|
//
|
|
// 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_AnimationLogging_h
|
|
#define hifi_AnimationLogging_h
|
|
|
|
#include <QLoggingCategory>
|
|
|
|
Q_DECLARE_LOGGING_CATEGORY(animation)
|
|
|
|
#endif
|