lazarus-ccr/components/rgbgraphics/lazrgbgraphics.pas
tomb0 12ee386f39 Initial import.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@35 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2006-11-03 15:58:07 +00:00

15 lines
238 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit LazRGBGraphics;
interface
uses
RGBGraphics, RGBUtils, RGBTypes, RGBRoutines;
implementation
end.