Overte C++ Documentation
EntityServerConsts.h
1 //
2 // EntityServerConsts.h
3 // assignment-client/src/models
4 //
5 // Created by Brad Hefta-Gaub on 4/29/14
6 // Copyright 2014 High Fidelity, Inc.
7 //
8 // Distributed under the Apache License, Version 2.0.
9 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
10 //
11 
12 #ifndef hifi_EntityServerConsts_h
13 #define hifi_EntityServerConsts_h
14 
15 extern const char* MODEL_SERVER_NAME;
16 extern const char* MODEL_SERVER_LOGGING_TARGET_NAME;
17 extern const char* LOCAL_MODELS_PERSIST_FILE;
18 
19 #endif // hifi_EntityServerConsts_h