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

{$INCLUDE ../Platform.inc}

interface

uses GlueGraphics;

type
    TPNGObject = TBitmap;

implementation

end.