diff options
author | Paweł Kołodziejski | 2002-03-25 08:46:24 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2002-03-25 08:46:24 +0000 |
commit | ef7ed538874f86325d13bb542937e9dd1f4cc622 (patch) | |
tree | 99818d458937cacb201573f4adbc35b412999f13 /v3 | |
parent | 516ad6a28f465668e5b00ece5cb765554698b07d (diff) | |
download | scummvm-rg350-ef7ed538874f86325d13bb542937e9dd1f4cc622.tar.gz scummvm-rg350-ef7ed538874f86325d13bb542937e9dd1f4cc622.tar.bz2 scummvm-rg350-ef7ed538874f86325d13bb542937e9dd1f4cc622.zip |
Visual C++ compilation fixes, and renaming gameDetector
svn-id: r3822
Diffstat (limited to 'v3')
-rw-r--r-- | v3/resource_v3.cpp (renamed from v3/resource.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v3/resource.cpp b/v3/resource_v3.cpp index e6836876b9..ebda7cf836 100644 --- a/v3/resource.cpp +++ b/v3/resource_v3.cpp @@ -1,5 +1,5 @@ -#include"../stdafx.h" -#include"../scumm.h" +#include "stdafx.h" +#include "scumm.h" void Scumm_v3::readIndexFile() { |