summaryrefslogtreecommitdiffstats
path: root/src/VBox/GuestHost/OpenGL/include/cr_environment.h
blob: 7a8a6dcbed2eb2be8488406f2980e1a07c6d9ad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Copyright (c) 2001, Stanford University
 * All rights reserved.
 *
 * See the file LICENSE.txt for information on redistributing this software.
 */

#ifndef CR_ENVIRONMENT_H
#define CR_ENVIRONMENT_H

#include <iprt/cdefs.h>

#ifdef __cplusplus
extern "C" {
#endif

extern DECLEXPORT(void) crSetenv( const char *var, const char *value );
extern DECLEXPORT(const char *) crGetenv( const char *var );

#ifdef __cplusplus
}
#endif

#endif /* CR_ENVIRONMENT_H */