// // ContextOverlayLogging.h // interface/src/ui/overlays // // Created by Zach Fox on 2017-07-17 // Copyright 2017 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 // #pragma once #ifndef hifi_ContextOverlayLogging_h #define hifi_ContextOverlayLogging_h #include Q_DECLARE_LOGGING_CATEGORY(context_overlay) #endif // hifi_ContextOverlayLogging_h