CGII/framework/include/libs/cgv_gl/gl/wgl.h

10 lines
202 B
C
Raw Permalink Normal View History

2018-05-17 13:50:03 +00:00
#pragma once
/*! file use this header to include opengl, glu, glew and wglew. */
#ifdef WIN32
#include <GL/glew.h>
#include <GL/wglew.h>
#else
#include <GL/glew.h>
#include <GL/glxew.h>
#endif