diff options
Diffstat (limited to 'Game/Code/MacOSX/Wrapper/PNGImage.pas')
-rwxr-xr-x | Game/Code/MacOSX/Wrapper/PNGImage.pas | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Game/Code/MacOSX/Wrapper/PNGImage.pas b/Game/Code/MacOSX/Wrapper/PNGImage.pas new file mode 100755 index 00000000..9a82e193 --- /dev/null +++ b/Game/Code/MacOSX/Wrapper/PNGImage.pas @@ -0,0 +1,14 @@ +unit PNGImage;
+
+{$INCLUDE ../Platform.inc}
+
+interface
+
+uses GlueGraphics;
+
+type
+ TPNGObject = TBitmap;
+
+implementation
+
+end.
|