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 /base | |
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 'base')
-rw-r--r-- | base/main.cpp | 2 | ||||
-rw-r--r-- | base/module.mk | 2 | ||||
-rw-r--r-- | base/options.cpp (renamed from base/gameDetector.cpp) | 2 | ||||
-rw-r--r-- | base/options.h (renamed from base/gameDetector.h) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/base/main.cpp b/base/main.cpp index 759aec4699..c708ff4cb5 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -31,7 +31,7 @@ #include "common/stdafx.h" #include "base/engine.h" -#include "base/gameDetector.h" +#include "base/options.h" #include "base/plugins.h" #include "base/version.h" #include "common/config-manager.h" diff --git a/base/module.mk b/base/module.mk index 36abe7d7a1..5af0e1349c 100644 --- a/base/module.mk +++ b/base/module.mk @@ -2,8 +2,8 @@ MODULE := base MODULE_OBJS := \ engine.o \ - gameDetector.o \ main.o \ + options.o \ plugins.o \ version.o diff --git a/base/gameDetector.cpp b/base/options.cpp index 1984c2d1ea..accbcf67cf 100644 --- a/base/gameDetector.cpp +++ b/base/options.cpp @@ -24,7 +24,7 @@ #include "common/stdafx.h" #include "base/engine.h" -#include "base/gameDetector.h" +#include "base/options.h" #include "base/plugins.h" #include "base/version.h" diff --git a/base/gameDetector.h b/base/options.h index 93f3668137..93f3668137 100644 --- a/base/gameDetector.h +++ b/base/options.h |