diff options
author | Max Horn | 2007-04-27 20:23:25 +0000 |
---|---|---|
committer | Max Horn | 2007-04-27 20:23:25 +0000 |
commit | 579a3fe7cff57a6a070d009873224954f22581c9 (patch) | |
tree | 551f4abeccc466d5a89cf382e744864b98900ffc /engines/kyra | |
parent | 89ee8945c1bab03625dd5749b5d540edd08cf20c (diff) | |
download | scummvm-rg350-579a3fe7cff57a6a070d009873224954f22581c9.tar.gz scummvm-rg350-579a3fe7cff57a6a070d009873224954f22581c9.tar.bz2 scummvm-rg350-579a3fe7cff57a6a070d009873224954f22581c9.zip |
Renamed plugin.cpp to detection.cpp in all engines
svn-id: r26622
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/detection.cpp (renamed from engines/kyra/plugin.cpp) | 0 | ||||
-rw-r--r-- | engines/kyra/module.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/plugin.cpp b/engines/kyra/detection.cpp index 48515dd6ae..48515dd6ae 100644 --- a/engines/kyra/plugin.cpp +++ b/engines/kyra/detection.cpp diff --git a/engines/kyra/module.mk b/engines/kyra/module.mk index f570dfa5a4..f0be5f6934 100644 --- a/engines/kyra/module.mk +++ b/engines/kyra/module.mk @@ -3,12 +3,12 @@ MODULE := engines/kyra MODULE_OBJS := \ animator.o \ debugger.o \ + detection.o \ gui.o \ items.o \ kyra.o \ kyra_v2.o \ kyra_v3.o \ - plugin.o \ resource.o \ saveload.o \ scene.o \ |