diff options
author | Marcus Comstedt | 2005-04-03 18:00:13 +0000 |
---|---|---|
committer | Marcus Comstedt | 2005-04-03 18:00:13 +0000 |
commit | 17aa2d6dfd5a023b1c57fcce593f71c23f3f133e (patch) | |
tree | 931f1379a0035688766efca8443e0743d8d6856a | |
parent | db61624fd2317b64030f1ca1173baa239f1e1deb (diff) | |
download | scummvm-rg350-17aa2d6dfd5a023b1c57fcce593f71c23f3f133e.tar.gz scummvm-rg350-17aa2d6dfd5a023b1c57fcce593f71c23f3f133e.tar.bz2 scummvm-rg350-17aa2d6dfd5a023b1c57fcce593f71c23f3f133e.zip |
SaveFile stuff now resides in <common/savefile.h>.
svn-id: r17351
-rw-r--r-- | backends/dc/vmsave.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/vmsave.cpp b/backends/dc/vmsave.cpp index 68416fe553..4dd43e9373 100644 --- a/backends/dc/vmsave.cpp +++ b/backends/dc/vmsave.cpp @@ -25,7 +25,7 @@ #include "base/engine.h" #include "dc.h" #include "icon.h" -#include <scumm/saveload.h> +#include <common/savefile.h> #include <gui/newgui.h> #include <gui/message.h> |