KImgIO
g3r.h
Go to the documentation of this file.00001 00008 #ifndef KIMG_G3R_H 00009 #define KIMG_G3R_H 00010 00011 class QImageIO; 00012 00013 extern "C" { 00014 void kimgio_g3_read( QImageIO *io ); 00015 void kimgio_g3_write( QImageIO *io ); 00016 } 00017 00018 #endif