COVISE Core
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
14namespace covise
15{
16bool UTILEXPORT setupEnvironment(int argc, char *argv[]);
17#ifdef __APPLE__
18std::string UTILEXPORT getBundlePath();
19#endif
20}
21
22#endif // ENVIRONMENT_H
#define UTILEXPORT
Definition: coExport.h:206
GLsizei const GLchar *const * string
Definition: khronos-glext.h:6750
list of all chemical elements
Definition: coConfig.h:27
bool setupEnvironment(int argc, char *argv[])
Definition: environment.cpp:180