view demos/gl.d @ 1357:48747003a5de

Set explicit alignment for normal global variables, ensures alignment is correct for globals with union type.
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Fri, 15 May 2009 17:17:20 +0200
parents 0b9b286b67b6
children
line wrap: on
line source

module gl;

public {
    import gltypes;
    import glfuncs;
}