comment out unnecessary header forward declarations so no extra includes are needed within

This commit is contained in:
2025-09-07 22:07:38 -05:00
parent 07fde47bed
commit a0d1d9b555

View File

@@ -5,9 +5,9 @@
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);
//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);
bool al_init_qoi();