diff options
| author | Bertrand Augereau | 2003-08-13 22:07:11 +0000 | 
|---|---|---|
| committer | Bertrand Augereau | 2003-08-13 22:07:11 +0000 | 
| commit | de082fc7dfe69ff9925df97dc9c5f82db26e838c (patch) | |
| tree | 1699ce0c5109e1e166097ed4fb0fdecd04990dca | |
| parent | 0d54ac09c17bbd579f12c3f24b6136ebcf5e843a (diff) | |
| download | scummvm-rg350-de082fc7dfe69ff9925df97dc9c5f82db26e838c.tar.gz scummvm-rg350-de082fc7dfe69ff9925df97dc9c5f82db26e838c.tar.bz2 scummvm-rg350-de082fc7dfe69ff9925df97dc9c5f82db26e838c.zip | |
Added common/savefile.*
svn-id: r9669
| -rw-r--r-- | scummvm.vcproj | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/scummvm.vcproj b/scummvm.vcproj index 45c3b43f33..7e5426e208 100644 --- a/scummvm.vcproj +++ b/scummvm.vcproj @@ -283,6 +283,12 @@  					RelativePath=".\common\rect.h">  				</File>  				<File +					RelativePath=".\common\savefile.cpp"> +				</File> +				<File +					RelativePath=".\common\savefile.h"> +				</File> +				<File  					RelativePath=".\common\scaler.cpp">  				</File>  				<File | 
