source: branches/gbitmap/Packages/FastGraphics/FastGraphics.pas

Last change on this file was 24, checked in by chronos, 8 years ago
  • Modified: Created package FastGraphics from graphic library files.
File size: 519 bytes
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
5unit FastGraphics;
6
7interface
8
9uses
10 UFGraphics, UGGraphics, UPixmapSpecialized, UColorGray1, UColorGray2,
11 UColorGray4, UColorGray8, UColorRGB8, UColorRGB565, UColorRGBA8,
12 LazarusPackageIntf;
13
14implementation
15
16procedure Register;
17begin
18 RegisterUnit('UFGraphics', @UFGraphics.Register);
19end;
20
21initialization
22 RegisterPackage('FastGraphics', @Register);
23end.
Note: See TracBrowser for help on using the repository browser.