/* Written by Dan Brown, Cornell University, 1996 */
#ifndef image_h
#define image_h

int load_image(char * filename, int *x, int *y, unsigned char **pixels);

#endif /* image_h */