This file documents differences between OGRE and Sinbad ------------------------------------------------------- * The SharedPtr class is currently omitted in Sinbad as the functionality should be covered by the GC. If it turns out that reference counting should be used for some usecases, it might be implemented at a later time. * Multiple inheritance is used several places in OGRE. Since MI is no feature of D, alternative paths has been chosen, mostly involving interfaces. The specific cases are listed below: - Renderable: Made into an interface