您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
12345678910 |
- /*
- * Master include file for the Haiku OpenGL Kit.
- */
-
- #include <GL/gl.h>
- #include <GLView.h>
-
- // Projects needing GL/glu.h and GL/glut.h should now
- // include these headers independently as glu and glut
- // are no longer core parts of mesa
|