view demos/gl.d @ 1222:b6370749ec8d

Use 'undef' instead of null for unneeded contexts.
author Frits van Bommel <fvbommel wxs.nl>
date Fri, 17 Apr 2009 03:47:56 +0200
parents 0b9b286b67b6
children
line wrap: on
line source

module gl;

public {
    import gltypes;
    import glfuncs;
}