helpers.h 240 B

123456789
  1. #include <allegro5/allegro.h>
  2. /* C Standard guarantees that all function pointers are equivalent. */
  3. typedef void (*function_pointer)(void);
  4. bool go_upload_bitmap(void * bitmap, void *data);
  5. extern function_pointer go_upload_bitmap_cb;