SFML community forums

Bindings - other languages => D => Topic started by: RobotGymnast on February 05, 2011, 09:44:30 pm

Title: dsfml.*.all
Post by: RobotGymnast on February 05, 2011, 09:44:30 pm
Are these modules supposed to publicly import everything else in the package? I ask because NONE of them actually import everything else, which leads to some confusing-looking imports, like

Code: [Select]

import dsfml.graphics.all, dsfml.graphics.renderimage;