view dynamin/all_painting.d @ 105:97997a544ac0

Add a couple TODOs and clean up a logging statement.
author Jordan Miner <jminer7@gmail.com>
date Sat, 24 Nov 2012 10:21:50 -0600
parents 73060bc3f004
children
line wrap: on
line source


/*
 * Copyright Jordan Miner
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 */

module dynamin.all_painting;

public import dynamin.painting.color;
public import dynamin.painting.coordinates;
public import dynamin.painting.graphics;