Overte C++ Documentation
MaterialBakingLoggingCategory.h
1 //
2 // MaterialBakingLoggingCategory.h
3 // libraries/baking/src
4 //
5 // Created by Sam Gondelman on 2/26/2019
6 // Copyright 2019 High Fidelity, Inc.
7 //
8 // Distributed under the Apache License, Version 2.0.
9 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
10 //
11 
12 #ifndef hifi_MaterialBakingLoggingCategory_h
13 #define hifi_MaterialBakingLoggingCategory_h
14 
15 #include <QtCore/QLoggingCategory>
16 
17 Q_DECLARE_LOGGING_CATEGORY(material_baking)
18 
19 #endif // hifi_MaterialBakingLoggingCategory_h