aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel
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/sherlock/scalpel
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/sherlock/scalpel')
-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
3 files changed, 4 insertions, 4 deletions
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"