1.1 ! misho 1: #ifndef __IMAGE_H ! 2: #define __IMAGE_H ! 3: ! 4: ! 5: int imageOpen(int flags); ! 6: void imageClose(); ! 7: ! 8: ! 9: #endif