SiegeLord / DAllegro5

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

Added functions. Renamed wrong named functions e.g. *_event to *_f #12

Closed rikkimax closed 11 years ago

rikkimax commented 11 years ago

There was a few missing functions as of Allegro 5.0.8 that I have found. Here is the patch for that. As well as renaming a function (al_load_ttf_font_entry) to al_load_ttf_font_f as that is its correct name.

SiegeLord commented 11 years ago

Thanks! I don't know how I missed those...

rikkimax commented 11 years ago

No problem. Let me know if I can help with anything anytime!