view demos/gl.d @ 1421:7a693c367190

just a simple change to cmake for mingw
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 27 May 2009 12:41:41 -0600
parents 0b9b286b67b6
children
line wrap: on
line source

module gl;

public {
    import gltypes;
    import glfuncs;
}