]> git.tdb.fi Git - libs/gui.git/blobdiff - source/gbase/image.h
Add support for using libpng directly for PNG files
[libs/gui.git] / source / gbase / image.h
index da04b1851f266cb9e9550fa29dee672245a4b4ff..4eee3d5a28dfd5dd159229a058c81d6a00a94d6e 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of libmspgbase
-Copyright © 2007-2008  Mikko Rasa, Mikkosoft Productions
+Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -16,8 +16,11 @@ namespace Graphics {
 
 class Image
 {
+public:
+       struct Private;
+
 private:
-       unsigned id;
+       Private *priv;
 
 public:
        Image();