MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
defines.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2015, Simon Fuhrmann
3 * TU Darmstadt - Graphics, Capture and Massively Parallel Computing
4 * All rights reserved.
5 *
6 * This software may be modified and distributed under the terms
7 * of the BSD 3-Clause license. See the LICENSE.txt file for details.
8 */
9
10#ifndef OGL_DEFINES_HEADER
11#define OGL_DEFINES_HEADER
12
13#define OGL_NAMESPACE_BEGIN namespace ogl {
14#define OGL_NAMESPACE_END }
15
18
19#endif /* OGL_DEFINES_HEADER */
#define OGL_NAMESPACE_END
Definition defines.h:14
#define OGL_NAMESPACE_BEGIN
Definition defines.h:13