Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
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
|