summaryrefslogtreecommitdiff
path: root/src/gui/fpg_style_bitmap.pas
blob: 298dfc0acb498d9190e1e1833abeb948d647a820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
unit fpg_style_bitmap; 

{$mode objfpc}{$H+}

interface

uses
  Classes, SysUtils; 

implementation

end.