#ifndef MONS_QOI_H
#define MONS_QOI_H
#include <stdio.h>

struct mons_image mons_load_qoi(FILE *stream);

#endif