mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 11:27:44 +00:00
![Max Horn](/assets/img/avatar_default.png)
All segment code is now in a new header file segment.h. A new class takes care of managing the segments: SegmentManager. The DreamBase class subclasses this -- thus, segments can now be accessed from within it.