view demos/gl.d @ 565:3c07287765bc

Fixed toobj.cpp to compile with latest LLVM, seems a method overload was removed recently.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 31 Aug 2008 18:38:16 +0200
parents 0b9b286b67b6
children
line wrap: on
line source

module gl;

public {
    import gltypes;
    import glfuncs;
}