summaryrefslogtreecommitdiff
path: root/src/corelib/gdi/fpgfx_package.pas
blob: b171c972b25bceea11b4d603119653ae9e97ec42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
 }

unit fpgfx_package; 

interface

uses
  gfxbase, fpgfx, gfx_gdi, gfx_stdimages, gfx_imgfmt_bmp, gfx_widget, 
    gfx_UTF8utils, gfx_extinterpolation, gfx_cmdlineparams, gfx_clipboard, 
    gfx_utils, gfx_impl, gfx_popupwindow; 

implementation

end.