diff options
author | Stephen Kennedy | 2008-08-07 15:44:48 +0000 |
---|---|---|
committer | Stephen Kennedy | 2008-08-07 15:44:48 +0000 |
commit | 66e4e3ec1a038bc653bb1c04893c39033ac3fb62 (patch) | |
tree | dec2202b6716c8a7af066258278d75b301424288 /dists | |
parent | d6ffc14a7ec15c07f03e59c5ade996714497bee6 (diff) | |
download | scummvm-rg350-66e4e3ec1a038bc653bb1c04893c39033ac3fb62.tar.gz scummvm-rg350-66e4e3ec1a038bc653bb1c04893c39033ac3fb62.tar.bz2 scummvm-rg350-66e4e3ec1a038bc653bb1c04893c39033ac3fb62.zip |
* Removed Shape base class
* Reverted Rect to not derive from Shape
* ImageMap now just uses Polygon's
svn-id: r33680
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 36a72ac5d7..0697ec3a86 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -415,10 +415,6 @@ > </File> <File - RelativePath="..\..\common\shape.h" - > - </File> - <File RelativePath="..\..\common\singleton.h" > </File> |