mirror of
https://github.com/overte-org/overte.git
synced 2025-05-07 20:08:44 +02:00
14 lines
No EOL
407 B
C++
14 lines
No EOL
407 B
C++
//
|
|
// EntityScriptServerLogging.cpp
|
|
// assignment-client/src/scripts
|
|
//
|
|
// Created by Clement on 2/2/17.
|
|
// Copyright 2015 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 "EntityScriptServerLogging.h"
|
|
|
|
Q_LOGGING_CATEGORY(entity_script_server, "hifi.entity-script-server") |