diff options
author | Jamieson Christian | 2003-10-10 15:57:08 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-10-10 15:57:08 +0000 |
commit | bd5f50496a450f6e7b5363923e12adf5787b2e92 (patch) | |
tree | beb103b08f37398360e3a68ee0ed4429fb494c80 /dists/msvc6 | |
parent | 504fa5c5e0773174b72f3eb17c952defab1298e9 (diff) | |
download | scummvm-rg350-bd5f50496a450f6e7b5363923e12adf5787b2e92.tar.gz scummvm-rg350-bd5f50496a450f6e7b5363923e12adf5787b2e92.tar.bz2 scummvm-rg350-bd5f50496a450f6e7b5363923e12adf5787b2e92.zip |
Added singleton.h. Not really mandatory, but since it's
our tradition to explicitly include the .h files in
the MSVC projects....
svn-id: r10727
Diffstat (limited to 'dists/msvc6')
-rw-r--r-- | dists/msvc6/scummvm.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dists/msvc6/scummvm.dsp b/dists/msvc6/scummvm.dsp index 40e1361ba5..35ae7a8d35 100644 --- a/dists/msvc6/scummvm.dsp +++ b/dists/msvc6/scummvm.dsp @@ -258,6 +258,10 @@ SOURCE=..\..\common\scummsys.h # End Source File # Begin Source File +SOURCE=..\..\common\singleton.h +# End Source File +# Begin Source File + SOURCE=..\..\common\stdafx.h # End Source File # Begin Source File |