#ifndef ALGO_CALLBACKS_H #define ALGO_CALLBACKS_H /* wrapper around al_create_custom_bitmap */ ALLEGRO_BITMAP * go_create_custom_bitmap(int w, int h, void * context); #endif