mirror of
https://github.com/overte-org/overte.git
synced 2025-07-30 16:11:13 +02:00
16 lines
463 B
C
16 lines
463 B
C
// ParticleServerConsts.h
|
|
// particle-server
|
|
//
|
|
// Created by Brad Hefta-Gaub on 8/21/13
|
|
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
|
//
|
|
//
|
|
|
|
#ifndef __particle_server__ParticleServerConsts__
|
|
#define __particle_server__ParticleServerConsts__
|
|
|
|
extern const char* PARTICLE_SERVER_NAME;
|
|
extern const char* PARTICLE_SERVER_LOGGING_TARGET_NAME;
|
|
extern const char* LOCAL_PARTICLES_PERSIST_FILE;
|
|
|
|
#endif // __particle_server__ParticleServerConsts__
|