view demos/gl.d @ 494:29b901b6b346

Get rid of exception usage in exception handling code.
author Christian Kamm <kamm incasoftware de>
date Sun, 10 Aug 2008 21:57:29 +0200
parents 0b9b286b67b6
children
line wrap: on
line source

module gl;

public {
    import gltypes;
    import glfuncs;
}