#ifndef MONS_QOI_H #define MONS_QOI_H #include struct mons_image mons_load_qoi(FILE *stream); #endif