annotate qt/opengl/gl.d @ 280:bcc498ccf334

Fix for windows build
author SokoL_SD
date Fri, 09 Oct 2009 08:43:15 +0000
parents e78566595089
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
e78566595089 initial import
mandel
parents:
diff changeset
1 module qt.opengl.gl;
e78566595089 initial import
mandel
parents:
diff changeset
2
e78566595089 initial import
mandel
parents:
diff changeset
3 public
e78566595089 initial import
mandel
parents:
diff changeset
4 {
e78566595089 initial import
mandel
parents:
diff changeset
5 import qt.opengl.gltypes;
e78566595089 initial import
mandel
parents:
diff changeset
6 import qt.opengl.glfuncs;
e78566595089 initial import
mandel
parents:
diff changeset
7 }