2006-11-03 15:58:07 +00:00
|
|
|
{ This file was automatically created by Lazarus. Do not edit!
|
2020-12-21 10:05:54 +00:00
|
|
|
This source is only used to compile and install the package.
|
2006-11-03 15:58:07 +00:00
|
|
|
}
|
|
|
|
|
2020-12-21 10:05:54 +00:00
|
|
|
unit LazRGBGraphics;
|
2006-11-03 15:58:07 +00:00
|
|
|
|
2020-12-21 10:05:54 +00:00
|
|
|
{$warn 5023 off : no warning about unused units}
|
2006-11-03 15:58:07 +00:00
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
2020-12-21 10:05:54 +00:00
|
|
|
RGBGraphics, RGBUtils, RGBTypes, RGBRoutines;
|
2006-11-03 15:58:07 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
end.
|