pcx.h

Back to Pcx image files

pastel/gfx/image_file/pcx/

// Description: An aggregate file for PCX file handling
// Documentation: pcx.txt

#ifndef PASTELGFX_PCX_H
#define PASTELGFX_PCX_H

#include "pastel/gfx/image_file/pcx/savepcx.h"
#include "pastel/gfx/image_file/pcx/loadpcx.h"

#endif