COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
environment.h
Go to the documentation of this file.
1 /* This file is part of COVISE.
2 
3  You can use it under the terms of the GNU Lesser General Public License
4  version 2.1 or later, see lgpl-2.1.txt.
5 
6  * License: LGPL 2+ */
7 
8 #ifndef ENVIRONMENT_H
9 #define ENVIRONMENT_H
10 
11 #include "coExport.h"
12 #include <string>
13 
14 namespace covise
15 {
16 bool UTILEXPORT setupEnvironment(int argc, char *argv[]);
17 #ifdef __APPLE__
18 std::string UTILEXPORT getBundlePath();
19 #endif
20 }
21 
22 #endif // ENVIRONMENT_H
GLsizei const GLchar *const * string
Definition: khronos-glext.h:6750
#define UTILEXPORT
Definition: coExport.h:194
bool setupEnvironment(int argc, char *argv[])
Definition: environment.cpp:180