callbacks.h 178 B

123456789
  1. #ifndef ALGO_CALLBACKS_H
  2. #define ALGO_CALLBACKS_H
  3. /* wrapper around al_create_custom_bitmap */
  4. ALLEGRO_BITMAP * go_create_custom_bitmap(int w, int h, void * context);
  5. #endif