SiegeLord / DAllegro5

D binding to the Allegro5 game development library
Other
42 stars 15 forks source link

Missing ALLEGRO_ constants #47

Open katastic opened 5 years ago

katastic commented 5 years ago

There are missing constants that I've had to look up in the Allegro headers and define myself. For example:

int ALLEGRO_PIXEL_FORMAT_ANY = 0; int ALLEGRO_VSYNC = 26; int ALLEGRO_MAX_BITMAP_SIZE = 27;

(p.s. Thanks for the hard work!)

rcorre commented 5 years ago

These all seem to be defined: