fixed incorrect checking of the existence of GLX_EXT_swap_control and friends
[demo_prior] / src / opengl.h
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
3
4 #include "glew.h"
5 #include "miniglut.h"
6
7 int init_opengl(void);
8
9 void gl_swap_interval(int val);
10
11 #endif  /* OPENGL_H_ */