Overte C++ Documentation
MetaverseAPI.h
1 //
2 // MetaverseAPI.h
3 // libraries/networking/src
4 //
5 // Created by Kalila L. on 2019-12-16.
6 // Copyright 2019 Vircadia contributors.
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 athena_MetaverseAPI_h
13 #define athena_MetaverseAPI_h
14 
15 #include <QtCore/QProcessEnvironment>
16 #include <QtCore/QUrl>
17 
18 namespace MetaverseAPI {
19  QUrl getCurrentMetaverseServerURL();
20  QString getCurrentMetaverseServerURLPath(bool appendForwardSlash = false);
21 }
22 
23 #endif // athena_MetaverseAPI_h