aboutsummaryrefslogtreecommitdiff
path: root/engines/touche
diff options
context:
space:
mode:
authorMax Horn2007-04-27 20:23:25 +0000
committerMax Horn2007-04-27 20:23:25 +0000
commit579a3fe7cff57a6a070d009873224954f22581c9 (patch)
tree551f4abeccc466d5a89cf382e744864b98900ffc /engines/touche
parent89ee8945c1bab03625dd5749b5d540edd08cf20c (diff)
downloadscummvm-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/touche')
-rw-r--r--engines/touche/detection.cpp (renamed from engines/touche/plugin.cpp)0
-rw-r--r--engines/touche/module.mk2
2 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/plugin.cpp b/engines/touche/detection.cpp
index cff91ecd83..cff91ecd83 100644
--- a/engines/touche/plugin.cpp
+++ b/engines/touche/detection.cpp
diff --git a/engines/touche/module.mk b/engines/touche/module.mk
index 1c68d1b7c3..c1bc0b5719 100644
--- a/engines/touche/module.mk
+++ b/engines/touche/module.mk
@@ -1,9 +1,9 @@
MODULE := engines/touche
MODULE_OBJS := \
+ detection.o \
graphics.o \
midi.o \
- plugin.o \
opcodes.o \
resource.o \
saveload.o \