view demos/gl.d @ 713:b3dc22526289

Use malloc instead of alloca.
author Christian Kamm <kamm incasoftware de>
date Tue, 21 Oct 2008 20:46:12 +0200
parents 0b9b286b67b6
children
line wrap: on
line source

module gl;

public {
    import gltypes;
    import glfuncs;
}