view dynamin/all.d @ 106:acdbb30fee7e

Port to D2. Most of the effort was dealing with immutable and const.
author Jordan Miner <jminer7@gmail.com>
date Mon, 17 Dec 2012 23:41:50 -0600
parents 73060bc3f004
children
line wrap: on
line source


/*
 * Copyright Jordan Miner
 *
 * Distributed under the Boost Software License, Version 1.0.
 * (See accompanying file BOOST_LICENSE.txt or copy at
 * http://www.boost.org/LICENSE_1_0.txt)
 *
 */

module dynamin.all;

//public import dynamin.core.all;
//public import dynamin.painting.all;   //depends on core
//public import dynamin.gui.all;        //depends on core and painting

public import dynamin.all_core;
public import dynamin.all_painting;   //depends on core
public import dynamin.all_gui;        //depends on core and painting