aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/saveload.cpp
AgeCommit message (Collapse)Author
2011-08-18DREAMWEB: Fix compile on non-GNU compilersSven Hesse
mempcpy is a GNU extension and the only difference to memcpy is the return value, which this code happily ignores. So I assume it's a typo.
2011-08-18DREAMWEB: Add/fix loading from launcherWillem Jan Palenstijn
This is very error-prone, and needs testing.
2011-08-18DREAMWEB: Hook up ScummVM save/load menuWillem Jan Palenstijn
The ScummVM menu will be used if dreamweb_originalsaveload is set to true. This is very error-prone, and needs testing.
2011-08-18DREAMWEB: Move several load/save functions out of dreamgenWillem Jan Palenstijn