Files
lazarus-ccr/components/rgbgraphics/lazrgbgraphics.pas

15 lines
238 B
ObjectPascal
Raw Normal View History

{ 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.