Files
allegro_qoi/allegro_qoi.h

19 lines
335 B
C
Raw Normal View History

2025-09-05 20:54:47 -05:00
#ifndef ALLEGRO_QOI_H
#define ALLEGRO_QOI_H
#ifdef __cplusplus
extern "C" {
#endif
//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);
2025-09-05 20:54:47 -05:00
2025-09-05 21:06:35 -05:00
bool al_init_qoi();
#ifdef __cplusplus
}
#endif
2025-09-05 20:54:47 -05:00
#endif //ALLEGRO_QOI_H