Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
594 |
jab |
1 |
/**
|
|
|
2 |
* @file gel_gl.h
|
|
|
3 |
* @brief GEL gl.h wrapper
|
|
|
4 |
*/
|
|
|
5 |
/* ----------------------------------------------------------------------- *
|
|
|
6 |
* This file is part of GEL, http://www.imm.dtu.dk/GEL
|
|
|
7 |
* Copyright (C) the authors and DTU Informatics
|
|
|
8 |
* For license and list of authors, see ../../doc/intro.pdf
|
|
|
9 |
* ----------------------------------------------------------------------- */
|
|
|
10 |
|
147 |
jab |
11 |
#ifndef __GRAPHICS_GEL_GL_H__
|
|
|
12 |
#define __GRAPHICS_GEL_GL_H__
|
|
|
13 |
|
647 |
janba |
14 |
#include <GL/glew.h>
|
147 |
jab |
15 |
|
|
|
16 |
#endif
|