view examples/opengl/hellogl/opengl/gl.d @ 414:b2a803c73b89 default tip

Declare tabArray const.
author David Nadlinger <code@klickverbot.at>
date Fri, 06 May 2011 13:39:49 +0200
parents e78566595089
children
line wrap: on
line source

module opengl.gl;

public
{
    import opengl.gltypes;
    import opengl.glfuncs;
}