Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: dsfml.*.all  (Read 4895 times)

0 Members and 1 Guest are viewing this topic.

RobotGymnast

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
dsfml.*.all
« 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;