openjpeg/src/bin/fltk/flviewer/PGX.hh

8 lines
174 B
C++

#ifndef _FLVIEWER_PGX_HH_
#define _FLVIEWER_PGX_HH_
extern void PGX_load(Canvas *canvas, FILE *reader, const char *read_idf,
size_t fsize);
#endif /* _FLVIEWER_PGX_HH_ */