aboutsummaryrefslogtreecommitdiff
path: root/mons_image/include/qoi.h
blob: 0fd78952caf06762de77a408597d5b15c85c390f (plain)
1
2
3
4
5
6
7
#ifndef MONS_QOI_H
#define MONS_QOI_H
#include <stdio.h>

struct mons_image mons_load_qoi(FILE *stream);

#endif