Initial Commit
This commit is contained in:
9
allegro_qoi.h
Normal file
9
allegro_qoi.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user