/* $RCSfile$
 * 
 * $Author$
 * $Date$
 * $Revision$
 * 
 * $Log$
 */

#ifndef READPIC_H
#define READPIC_H

#include "image.h"

Image *FF_PIC_load(char *path);

#endif // READPIC_H

