cgv
wgl.h
1 #pragma once
2 
4 #ifdef WIN32
5 #include <GL/glew.h>
6 #include <GL/wglew.h>
7 #else
8 #include <GL/glew.h>
9 #include <GL/glxew.h>
10 #endif