Files
allegro_qoi/allegro_qoi.h

20 lines
360 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();
2026-01-28 14:28:28 -06:00
bool al_init_qoi_font();
2025-09-05 21:06:35 -05:00
#ifdef __cplusplus
}
#endif
2025-09-05 20:54:47 -05:00
#endif //ALLEGRO_QOI_H