view examples/opengl/hellogl/opengl/gl.d @ 284:1f6923c8cba0

consistent emit syntax.
author eldar
date Fri, 16 Oct 2009 12:23:12 +0000
parents e78566595089
children
line wrap: on
line source

module opengl.gl;

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