mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 06:49:41 +02:00
19 lines
560 B
C
19 lines
560 B
C
//
|
|
// ParticleServerConsts.h
|
|
// assignment-client/src/particles
|
|
//
|
|
// Created by Brad Hefta-Gaub on 8/21/13.
|
|
// Copyright 2013 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_ParticleServerConsts_h
|
|
#define hifi_ParticleServerConsts_h
|
|
|
|
extern const char* PARTICLE_SERVER_NAME;
|
|
extern const char* PARTICLE_SERVER_LOGGING_TARGET_NAME;
|
|
extern const char* LOCAL_PARTICLES_PERSIST_FILE;
|
|
|
|
#endif // hifi_ParticleServerConsts_h
|