You've already forked lazarus-ccr
15 lines
238 B
ObjectPascal
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.
|