Line | |
---|
1 | { This file was automatically created by Lazarus. Do not edit!
|
---|
2 | This source is only used to compile and install the package.
|
---|
3 | }
|
---|
4 |
|
---|
5 | unit FastGraphics;
|
---|
6 |
|
---|
7 | interface
|
---|
8 |
|
---|
9 | uses
|
---|
10 | UFGraphics, UGGraphics, UPixmapSpecialized, UColorGray1, UColorGray2,
|
---|
11 | UColorGray4, UColorGray8, UColorRGB8, UColorRGB565, UColorRGBA8,
|
---|
12 | LazarusPackageIntf;
|
---|
13 |
|
---|
14 | implementation
|
---|
15 |
|
---|
16 | procedure Register;
|
---|
17 | begin
|
---|
18 | RegisterUnit('UFGraphics', @UFGraphics.Register);
|
---|
19 | end;
|
---|
20 |
|
---|
21 | initialization
|
---|
22 | RegisterPackage('FastGraphics', @Register);
|
---|
23 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.