diff options
author | Max Horn | 2006-05-04 23:29:56 +0000 |
---|---|---|
committer | Max Horn | 2006-05-04 23:29:56 +0000 |
commit | 64d9224b5493c404ea1b6ebb3e9693e5c1f4abfb (patch) | |
tree | b9688c45072e6fce0b81c0bc8c181b6aee457c81 /dists/msvc71 | |
parent | 5d5c02d66c680ef442f68138bae6a403e6bc3336 (diff) | |
download | scummvm-rg350-64d9224b5493c404ea1b6ebb3e9693e5c1f4abfb.tar.gz scummvm-rg350-64d9224b5493c404ea1b6ebb3e9693e5c1f4abfb.tar.bz2 scummvm-rg350-64d9224b5493c404ea1b6ebb3e9693e5c1f4abfb.zip |
Renamed base/gameDetector.h/.cpp to base/options.h/.cpp
svn-id: r22347
Diffstat (limited to 'dists/msvc71')
-rw-r--r-- | dists/msvc71/scummvm.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc71/scummvm.vcproj b/dists/msvc71/scummvm.vcproj index c3bec14d1f..2e17f69b7d 100644 --- a/dists/msvc71/scummvm.vcproj +++ b/dists/msvc71/scummvm.vcproj @@ -142,10 +142,10 @@ RelativePath="..\..\base\engine.h"> </File> <File - RelativePath="..\..\base\gameDetector.cpp"> + RelativePath="..\..\base\options.cpp"> </File> <File - RelativePath="..\..\base\gameDetector.h"> + RelativePath="..\..\base\options.h"> </File> <File RelativePath="..\..\base\main.cpp"> |