view demos/gl.d @ 899:23d36edea021

Add wilsonk's static data segment finding code for x86-64 from #181. Thanks!
author Christian Kamm <kamm incasoftware de>
date Thu, 22 Jan 2009 18:23:30 +0100
parents 0b9b286b67b6
children
line wrap: on
line source

module gl;

public {
    import gltypes;
    import glfuncs;
}