// 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__