aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/MacOSX/Wrapper/PNGImage.pas
blob: e2454a01eee64534612e5e5e161eb01dfb0e943c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
unit PNGImage;

{$I switches.inc}

interface

uses GlueGraphics;

type
    TPNGObject = TBitmap;

implementation

end.