aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2015-08-06 20:40:20 -0400
committerPaul Gilbert2015-08-06 20:40:20 -0400
commitb2e98f4f52341c049df90d3410ff05f806bf1100 (patch)
treee3dd291672aeb22a53050c2ecea87433c9d8e69b /engines
parentdc3e1eda8bfb6a21f31c36585e19dbe28d351966 (diff)
downloadscummvm-rg350-b2e98f4f52341c049df90d3410ff05f806bf1100.tar.gz
scummvm-rg350-b2e98f4f52341c049df90d3410ff05f806bf1100.tar.bz2
scummvm-rg350-b2e98f4f52341c049df90d3410ff05f806bf1100.zip
SHERLOCK: SS: Renamed darts.cpp to scalpel_darts.cpp
Diffstat (limited to 'engines')
-rw-r--r--engines/sherlock/module.mk2
-rw-r--r--engines/sherlock/scalpel/scalpel.h2
-rw-r--r--engines/sherlock/scalpel/scalpel_darts.cpp (renamed from engines/sherlock/scalpel/darts.cpp)2
-rw-r--r--engines/sherlock/scalpel/scalpel_darts.h (renamed from engines/sherlock/scalpel/darts.h)4
4 files changed, 5 insertions, 5 deletions
diff --git a/engines/sherlock/module.mk b/engines/sherlock/module.mk
index e58a2a1e81..9e3fde0e78 100644
--- a/engines/sherlock/module.mk
+++ b/engines/sherlock/module.mk
@@ -1,13 +1,13 @@
MODULE := engines/sherlock
MODULE_OBJS = \
- scalpel/darts.o \
scalpel/scalpel.o \
scalpel/3do/movie_decoder.o \
scalpel/drivers/adlib.o \
scalpel/drivers/mt32.o \
scalpel/tsage/logo.o \
scalpel/tsage/resources.o \
+ scalpel/scalpel_darts.o \
scalpel/scalpel_debugger.o \
scalpel/scalpel_fixed_text.o \
scalpel/scalpel_inventory.o \
diff --git a/engines/sherlock/scalpel/scalpel.h b/engines/sherlock/scalpel/scalpel.h
index d2524ccbc7..2635c2ee51 100644
--- a/engines/sherlock/scalpel/scalpel.h
+++ b/engines/sherlock/scalpel/scalpel.h
@@ -24,7 +24,7 @@
#define SHERLOCK_SCALPEL_H
#include "sherlock/sherlock.h"
-#include "sherlock/scalpel/darts.h"
+#include "sherlock/scalpel/scalpel_darts.h"
namespace Sherlock {
diff --git a/engines/sherlock/scalpel/darts.cpp b/engines/sherlock/scalpel/scalpel_darts.cpp
index 8b5d02fb9c..f36de0915a 100644
--- a/engines/sherlock/scalpel/darts.cpp
+++ b/engines/sherlock/scalpel/scalpel_darts.cpp
@@ -20,7 +20,7 @@
*
*/
-#include "sherlock/scalpel/darts.h"
+#include "sherlock/scalpel/scalpel_darts.h"
#include "sherlock/scalpel/scalpel.h"
namespace Sherlock {
diff --git a/engines/sherlock/scalpel/darts.h b/engines/sherlock/scalpel/scalpel_darts.h
index bf327b61a2..483a163510 100644
--- a/engines/sherlock/scalpel/darts.h
+++ b/engines/sherlock/scalpel/scalpel_darts.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef SHERLOCK_DARTS_H
-#define SHERLOCK_DARTS_H
+#ifndef SHERLOCK_SCALPEL_DARTS_H
+#define SHERLOCK_SCALPEL_DARTS_H
#include "sherlock/image_file.h"