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