diff options
author | Max Horn | 2007-04-27 20:26:54 +0000 |
---|---|---|
committer | Max Horn | 2007-04-27 20:26:54 +0000 |
commit | fbc2f89b08db6c336741b984fd4b9708fcd15c3e (patch) | |
tree | 3d30e1f3f1bbcd27c823c6b8fc55fc35e9ae8a52 /engines | |
parent | 579a3fe7cff57a6a070d009873224954f22581c9 (diff) | |
download | scummvm-rg350-fbc2f89b08db6c336741b984fd4b9708fcd15c3e.tar.gz scummvm-rg350-fbc2f89b08db6c336741b984fd4b9708fcd15c3e.tar.bz2 scummvm-rg350-fbc2f89b08db6c336741b984fd4b9708fcd15c3e.zip |
Renamed some game.cpp files to detection.cpp
svn-id: r26623
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/detection.cpp (renamed from engines/agos/game.cpp) | 0 | ||||
-rw-r--r-- | engines/agos/module.mk | 2 | ||||
-rw-r--r-- | engines/saga/detection.cpp (renamed from engines/saga/game.cpp) | 0 | ||||
-rw-r--r-- | engines/saga/module.mk | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/game.cpp b/engines/agos/detection.cpp index e1be6d88f1..e1be6d88f1 100644 --- a/engines/agos/game.cpp +++ b/engines/agos/detection.cpp diff --git a/engines/agos/module.mk b/engines/agos/module.mk index 5c3fd8496b..f9dcabb1db 100644 --- a/engines/agos/module.mk +++ b/engines/agos/module.mk @@ -8,9 +8,9 @@ MODULE_OBJS := \ cursor.o \ debug.o \ debugger.o \ + detection.o \ draw.o \ event.o \ - game.o \ gfx.o \ icons.o \ input.o \ diff --git a/engines/saga/game.cpp b/engines/saga/detection.cpp index 820331b9c7..820331b9c7 100644 --- a/engines/saga/game.cpp +++ b/engines/saga/detection.cpp diff --git a/engines/saga/module.mk b/engines/saga/module.mk index 205e243a72..6c1812ad23 100644 --- a/engines/saga/module.mk +++ b/engines/saga/module.mk @@ -4,10 +4,10 @@ MODULE_OBJS := \ actor.o \ animation.o \ console.o \ + detection.o \ events.o \ font.o \ font_map.o \ - game.o \ gfx.o \ ihnm_introproc.o \ image.o \ |