Files
allegro_qoi/allegro_qoi.h

10 lines
270 B
C
Raw Normal View History

2025-09-05 20:54:47 -05:00
#ifndef ALLEGRO_QOI_H
#define ALLEGRO_QOI_H
#include <allegro5/allegro5.h>
ALLEGRO_BITMAP* _al_load_qoi_f(ALLEGRO_FILE* filename, int flags);
ALLEGRO_BITMAP* _al_load_qoi(const char* filename, int flags);
bool _al_identify_qoi(ALLEGRO_FILE* f);
#endif //ALLEGRO_QOI_H