view demos/gl.d @ 1394:193ab3969920

Added a comment to the ldc.conf.in template about the %%ldcbinarydir%% "macro".
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Mon, 18 May 2009 15:08:46 +0200
parents 0b9b286b67b6
children
line wrap: on
line source

module gl;

public {
    import gltypes;
    import glfuncs;
}