diff options
Diffstat (limited to 'src/corelib/render/software/Agg2D.pas')
-rw-r--r-- | src/corelib/render/software/Agg2D.pas | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/src/corelib/render/software/Agg2D.pas b/src/corelib/render/software/Agg2D.pas index 8367e1a0..a843ae1d 100644 --- a/src/corelib/render/software/Agg2D.pas +++ b/src/corelib/render/software/Agg2D.pas @@ -14,24 +14,12 @@ // This software is provided "as is" without express or implied // warranty, and with no claim as to its suitability for any purpose. // -//---------------------------------------------------------------------------- -// Contact: mcseem@antigrain.com -// mcseemagg@yahoo.com -// http://www.antigrain.com -// -// [Pascal Port History] ----------------------------------------------------- // -// 22.11.2007-Milano: Unit port establishment -// 23.11.2007-Milano: Porting -// 11.12.2007-Milano: -"- -// 13.12.2007-Milano: -"- -// 13.01.2008-Milano: Finished OK // -{ Agg2D.pas } -unit - Agg2D ; -INTERFACE +unit Agg2D; + +interface {$I agg_mode.inc } |