comparison dwt/dwthelper/utils.d @ 99:d32621bf0f90

Ported dwt.dnd.DropTarget
author Jacob Carlborg <doob@me.com>
date Wed, 31 Dec 2008 13:16:18 +0100
parents d5f4a7c8aa74
children 2e671fa40eec
comparison
equal deleted inserted replaced
98:5acb3346c926 99:d32621bf0f90
1 /** 1 /**
2 * Authors: Frank Benoit <keinfarbton@googlemail.com> 2 * Authors: Frank Benoit <keinfarbton@googlemail.com>
3 * Jacob Carlborg <doob@me.com>
3 */ 4 */
4 module dwt.dwthelper.utils; 5 module dwt.dwthelper.utils;
5 6
6 public import dwt.dwthelper.System; 7 public import dwt.dwthelper.System;
7 public import Math = tango.math.Math; 8 public import Math = tango.math.Math;