ropes
[dosdemo] / tools / ropesim / src / opengl.h
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
3
4 #define GL_GLEXT_PROTOTYPES
5 #include <GL/gl.h>
6
7 #endif  /* OPENGL_H_ */