mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 19:38:35 +02:00
19 lines
539 B
C
19 lines
539 B
C
//
|
|
// EntityServerConsts.h
|
|
// assignment-client/src/models
|
|
//
|
|
// Created by Brad Hefta-Gaub on 4/29/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 hifi_EntityServerConsts_h
|
|
#define hifi_EntityServerConsts_h
|
|
|
|
extern const char* MODEL_SERVER_NAME;
|
|
extern const char* MODEL_SERVER_LOGGING_TARGET_NAME;
|
|
extern const char* LOCAL_MODELS_PERSIST_FILE;
|
|
|
|
#endif // hifi_EntityServerConsts_h
|