SiegeLord / DAllegro5

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

fixed dmd 2.067 warnings: C-style to D-style array syntax #22

Closed SimonN closed 9 years ago

SimonN commented 9 years ago

dmd version 2.067 gave several warnings of the form "instead of C-style syntax, use D-style syntax 'float[8] points'", all array declarations have been amended. Also using brackets now for clarity in fixed.d: const(al_fixed[512]) _al_fix_cos_tbl.

SiegeLord commented 9 years ago

Thanks.