Initial revision
#ifndef __IMAGE_H #define __IMAGE_H int imageOpen(int flags); void imageClose(); #endif