comment out unnecessary header forward declarations so no extra includes are needed within
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user