This repository has been archived on 2024-02-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
MyPresenter1.0/bgrabitmap/bgrabitmappack.pas
2015-02-08 16:52:18 -08:00

26 lines
1.0 KiB
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit BGRABitmapPack;
interface
uses
BGRAAnimatedGif, BGRABitmap, BGRABitmapTypes, BGRABlend, BGRACanvas,
BGRACanvas2D, BGRAColorInt, BGRACompressableBitmap, BGRACoordPool3D,
BGRADefaultBitmap, BGRADNetDeserial, BGRAFillInfo, BGRAFilters,
BGRAFreeType, BGRAGradients, BGRAGradientScanner, BGRALayers, BGRAMatrix3D,
BGRAOpenRaster, BGRAPaintNet, BGRAPath, BGRAPen, BGRAPhongTypes,
BGRAPolygon, BGRAPolygonAliased, BGRAResample, BGRAScene3D,
BGRASliceScaling, BGRASSE, BGRAStreamLayers, BGRAText, BGRATextFX,
BGRATransform, BGRATypewriter, BGRAVectorize, BGRAGrayscaleMask,
BGRAReadBMP, BGRAReadGif, BGRAReadPCX, BGRAReadPng, BGRAReadPSD,
BGRAThumbnail, BGRAReadTGA, BGRAReadIco, bgrareadjpeg, BGRAReadLzp,
UnzipperExt, BGRALzpCommon, BGRAWriteLzp, BGRAReadXPM, BGRASVG, BGRAUnits,
BGRASVGShapes, BGRASVGType, BGRAReadBmpMioMap, BGRAArrow;
implementation
end.