Rev 630 | Go to most recent revision | Blame | Last modification | View Log | RSS feed
/**
* @file gel_gl.h
* @brief GEL gl.h wrapper
*/
/* ----------------------------------------------------------------------- *
* This file is part of GEL, http://www.imm.dtu.dk/GEL
* Copyright (C) the authors and DTU Informatics
* For license and list of authors, see ../../doc/intro.pdf
* ----------------------------------------------------------------------- */
#ifndef __GRAPHICS_GEL_GL_H__
#define __GRAPHICS_GEL_GL_H__
#include <GL/glew.h>
#endif